Html Css Color HEX #F26F28 Burnt Orange

📋 copy color: '#F26F28'

red 242 ◦ green 111 ◦ blue 40

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

Shades of Burnt Orange #F26F28

Tints of Burnt Orange #F26F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

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

R = 61.58%
G = 28.24%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F26F28 (or 0xF26F28) is known color: Burnt Orange. HEX triplet: F2, 6F and 28. RGB value is (242,111,40). Sum of RGB (Red+Green+Blue) = 242+111+40=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F28 is #0D90D7. Grayscale: #8E8E8E. Windows color (decimal): -889048 or 2650098. OLE color: 2650098.

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

Color convert

RGB 242 111 40 -
CMYK 0 0.54 0.83 0.05
HSL 21.09º 0.89% 0.55% -
HSV(B) 21.09º 0.83% 0.95% -
XYZ 42.69 30.4 5.63 -
YUV 142.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 242 111 40 0 0.54 0.83 0.05 21.09 0.89 0.55
Hex F2 6F 28 0 36 53 5 15 59 37
Octal 362 157 50 0 66 123 5 25 131 67
Binary 11110010 1101111 101000 0 110110 1010011 101 10101 1011001 110111

Color Harmonies of #F26F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F28

Black with #F26F28

Text Example


Text Example

White with #F26F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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