Html Css Color HEX #FB6E26 Burnt Orange

📋 copy color: '#FB6E26'

red 251 ◦ green 110 ◦ blue 38

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

Shades of Burnt Orange #FB6E26

Tints of Burnt Orange #FB6E26

RGB

 RED value IS 251 (98.44% from 255) = 62.91%

 GREEN value IS 110 (43.36% from 255) = 27.57%

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

R = 62.91%
G = 27.57%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB6E26 (or 0xFB6E26) is known color: Burnt Orange. HEX triplet: FB, 6E and 26. RGB value is (251,110,38). Sum of RGB (Red+Green+Blue) = 251+110+38=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E26 is #0491D9. Grayscale: #909090. Windows color (decimal): -299482 or 2518779. OLE color: 2518779.

HSL color Cylindrical-coordinate representation of color #FB6E26: hue angle of 20.28º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB6E26 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 110 38 -
CMYK 0 0.56 0.85 0.02
HSL 20.28º 0.96% 0.57% -
HSV(B) 20.28º 0.85% 0.98% -
XYZ 45.71 31.8 5.56 -
YUV 143.95 68.21 204.35 -
System Red Green Blue C M Y K H S L
Decimal 251 110 38 0 0.56 0.85 0.02 20.28 0.96 0.57
Hex FB 6E 26 0 38 55 2 14 60 39
Octal 373 156 46 0 70 125 2 24 140 71
Binary 11111011 1101110 100110 0 111000 1010101 10 10100 1100000 111001

Color Harmonies of #FB6E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E26

Black with #FB6E26

Text Example


Text Example

White with #FB6E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E26; }

 p { color: rgb(251,110,38); }

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

background-color css

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

 a { background-color: rgb(251,110,38); }

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

border-color css

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

 span { border-color: rgb(251,110,38); }

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