Html Css Color HEX #FB6E2E Burnt Orange

📋 copy color: '#FB6E2E'

red 251 ◦ green 110 ◦ blue 46

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

Shades of Burnt Orange #FB6E2E

Tints of Burnt Orange #FB6E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.3%

R = 61.67%
G = 27.03%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB6E2E (or 0xFB6E2E) is known color: Burnt Orange. HEX triplet: FB, 6E and 2E. RGB value is (251,110,46). Sum of RGB (Red+Green+Blue) = 251+110+46=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E2E is #0491D1. Grayscale: #919191. Windows color (decimal): -299474 or 3043067. OLE color: 3043067.

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

Color convert

RGB 251 110 46 -
CMYK 0 0.56 0.82 0.02
HSL 18.73º 0.96% 0.58% -
HSV(B) 18.73º 0.82% 0.98% -
XYZ 45.85 31.86 6.32 -
YUV 144.86 72.21 203.7 -
System Red Green Blue C M Y K H S L
Decimal 251 110 46 0 0.56 0.82 0.02 18.73 0.96 0.58
Hex FB 6E 2E 0 38 52 2 13 60 3A
Octal 373 156 56 0 70 122 2 23 140 72
Binary 11111011 1101110 101110 0 111000 1010010 10 10011 1100000 111010

Color Harmonies of #FB6E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E2E

Black with #FB6E2E

Text Example


Text Example

White with #FB6E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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