Html Css Color HEX #F25128 Outrageous Orange

📋 copy color: '#F25128'

red 242 ◦ green 81 ◦ blue 40

#F25128
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outrageous Orange #F25128

Tints of Outrageous Orange #F25128

RGB

 RED value IS 242 (94.92% from 255) = 66.67%

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 66.67%
G = 22.31%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F25128 (or 0xF25128) is known color: Outrageous Orange. HEX triplet: F2, 51 and 28. RGB value is (242,81,40). Sum of RGB (Red+Green+Blue) = 242+81+40=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F25128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25128 is #0DAED7. Grayscale: #7C7C7C. Windows color (decimal): -896728 or 2642418. OLE color: 2642418.

HSL color Cylindrical-coordinate representation of color #F25128: hue angle of 12.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F25128 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 40 -
CMYK 0 0.67 0.83 0.05
HSL 12.18º 0.89% 0.55% -
HSV(B) 12.18º 0.83% 0.95% -
XYZ 39.94 24.92 4.71 -
YUV 124.47 80.34 211.83 -
System Red Green Blue C M Y K H S L
Decimal 242 81 40 0 0.67 0.83 0.05 12.18 0.89 0.55
Hex F2 51 28 0 43 53 5 C 59 37
Octal 362 121 50 0 103 123 5 14 131 67
Binary 11110010 1010001 101000 0 1000011 1010011 101 1100 1011001 110111

Color Harmonies of #F25128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25128

Black with #F25128

Text Example


Text Example

White with #F25128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25128; }

 p { color: rgb(242,81,40); }

 H1.HeaderClassName
 {
   color: #F25128;
 }
 .AnyTagClassName
 {
   color: #F25128;
 }
</style>

background-color css

<style>
 a { background-color: #F25128; }

 a { background-color: rgb(242,81,40); }

 div.DivClassName
 {
   background-color: #F25128;
 }
 .BgClassName
 {
   background-color: #F25128;
 }
</style>

border-color css

<style>
 span { border-color: #F25128; }

 span { border-color: rgb(242,81,40); }

 td.TdClassName
 {
   border-color: #F25128;
 }
 .TagClassName
 {
   border-color: #F25128;
 }
</style>