Html Css Color HEX #FB6E2F Burnt Orange

📋 copy color: '#FB6E2F'

red 251 ◦ green 110 ◦ blue 47

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

Shades of Burnt Orange #FB6E2F

Tints of Burnt Orange #FB6E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 61.52%
G = 26.96%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB6E2F (or 0xFB6E2F) is known color: Burnt Orange. HEX triplet: FB, 6E and 2F. RGB value is (251,110,47). Sum of RGB (Red+Green+Blue) = 251+110+47=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6E2F is #0491D0. Grayscale: #919191. Windows color (decimal): -299473 or 3108603. OLE color: 3108603.

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

Color convert

RGB 251 110 47 -
CMYK 0 0.56 0.81 0.02
HSL 18.53º 0.96% 0.58% -
HSV(B) 18.53º 0.81% 0.98% -
XYZ 45.87 31.87 6.42 -
YUV 144.98 72.71 203.62 -
System Red Green Blue C M Y K H S L
Decimal 251 110 47 0 0.56 0.81 0.02 18.53 0.96 0.58
Hex FB 6E 2F 0 38 51 2 13 60 3A
Octal 373 156 57 0 70 121 2 23 140 72
Binary 11111011 1101110 101111 0 111000 1010001 10 10011 1100000 111010

Color Harmonies of #FB6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E2F

Black with #FB6E2F

Text Example


Text Example

White with #FB6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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