Html Css Color HEX #F26428 Burnt Orange

📋 copy color: '#F26428'

red 242 ◦ green 100 ◦ blue 40

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

Shades of Burnt Orange #F26428

Tints of Burnt Orange #F26428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

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

R = 63.35%
G = 26.18%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26428 (or 0xF26428) is known color: Burnt Orange. HEX triplet: F2, 64 and 28. RGB value is (242,100,40). Sum of RGB (Red+Green+Blue) = 242+100+40=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F26428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26428 is #0D9BD7. Grayscale: #888888. Windows color (decimal): -891864 or 2647282. OLE color: 2647282.

HSL color Cylindrical-coordinate representation of color #F26428: hue angle of 17.82º 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 #F26428 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 40 -
CMYK 0 0.59 0.83 0.05
HSL 17.82º 0.89% 0.55% -
HSV(B) 17.82º 0.83% 0.95% -
XYZ 41.56 28.14 5.25 -
YUV 135.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 242 100 40 0 0.59 0.83 0.05 17.82 0.89 0.55
Hex F2 64 28 0 3B 53 5 12 59 37
Octal 362 144 50 0 73 123 5 22 131 67
Binary 11110010 1100100 101000 0 111011 1010011 101 10010 1011001 110111

Color Harmonies of #F26428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26428

Black with #F26428

Text Example


Text Example

White with #F26428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26428; }

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

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

background-color css

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

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

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

border-color css

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

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

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