Html Css Color HEX #F26F37 Burnt Orange

📋 copy color: '#F26F37'

red 242 ◦ green 111 ◦ blue 55

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

Shades of Burnt Orange #F26F37

Tints of Burnt Orange #F26F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.48%

R = 59.31%
G = 27.21%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F26F37 (or 0xF26F37) is known color: Burnt Orange. HEX triplet: F2, 6F and 37. RGB value is (242,111,55). Sum of RGB (Red+Green+Blue) = 242+111+55=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F37 is #0D90C8. Grayscale: #909090. Windows color (decimal): -889033 or 3633138. OLE color: 3633138.

HSL color Cylindrical-coordinate representation of color #F26F37: hue angle of 17.97º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F26F37 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 111 55 -
CMYK 0 0.54 0.77 0.05
HSL 17.97º 0.88% 0.58% -
HSV(B) 17.97º 0.77% 0.95% -
XYZ 42.99 30.52 7.24 -
YUV 143.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 242 111 55 0 0.54 0.77 0.05 17.97 0.88 0.58
Hex F2 6F 37 0 36 4D 5 12 58 3A
Octal 362 157 67 0 66 115 5 22 130 72
Binary 11110010 1101111 110111 0 110110 1001101 101 10010 1011000 111010

Color Harmonies of #F26F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F37

Black with #F26F37

Text Example


Text Example

White with #F26F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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