Html Css Color HEX #F56F26 Burnt Orange

📋 copy color: '#F56F26'

red 245 ◦ green 111 ◦ blue 38

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

Shades of Burnt Orange #F56F26

Tints of Burnt Orange #F56F26

RGB

 RED value IS 245 (96.09% from 255) = 62.18%

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

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 62.18%
G = 28.17%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F56F26 (or 0xF56F26) is known color: Burnt Orange. HEX triplet: F5, 6F and 26. RGB value is (245,111,38). Sum of RGB (Red+Green+Blue) = 245+111+38=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F26 is #0A90D9. Grayscale: #8F8F8F. Windows color (decimal): -692442 or 2519029. OLE color: 2519029.

HSL color Cylindrical-coordinate representation of color #F56F26: hue angle of 21.16º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F56F26 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 111 38 -
CMYK 0 0.55 0.84 0.04
HSL 21.16º 0.91% 0.55% -
HSV(B) 21.16º 0.84% 0.96% -
XYZ 43.69 30.92 5.5 -
YUV 142.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 245 111 38 0 0.55 0.84 0.04 21.16 0.91 0.55
Hex F5 6F 26 0 37 54 4 15 5B 37
Octal 365 157 46 0 67 124 4 25 133 67
Binary 11110101 1101111 100110 0 110111 1010100 100 10101 1011011 110111

Color Harmonies of #F56F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F26

Black with #F56F26

Text Example


Text Example

White with #F56F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F26; }

 p { color: rgb(245,111,38); }

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

background-color css

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

 a { background-color: rgb(245,111,38); }

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

border-color css

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

 span { border-color: rgb(245,111,38); }

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