Html Css Color HEX #FB7F2C Burnt Orange

📋 copy color: '#FB7F2C'

red 251 ◦ green 127 ◦ blue 44

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

Shades of Burnt Orange #FB7F2C

Tints of Burnt Orange #FB7F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 59.48%
G = 30.09%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB7F2C (or 0xFB7F2C) is known color: Burnt Orange. HEX triplet: FB, 7F and 2C. RGB value is (251,127,44). Sum of RGB (Red+Green+Blue) = 251+127+44=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F2C is #0480D3. Grayscale: #9B9B9B. Windows color (decimal): -295124 or 2916347. OLE color: 2916347.

HSL color Cylindrical-coordinate representation of color #FB7F2C: hue angle of 24.06º 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 #FB7F2C is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 127 44 -
CMYK 0 0.49 0.82 0.02
HSL 24.06º 0.96% 0.58% -
HSV(B) 24.06º 0.82% 0.98% -
XYZ 47.83 35.87 6.79 -
YUV 154.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 251 127 44 0 0.49 0.82 0.02 24.06 0.96 0.58
Hex FB 7F 2C 0 31 52 2 18 60 3A
Octal 373 177 54 0 61 122 2 30 140 72
Binary 11111011 1111111 101100 0 110001 1010010 10 11000 1100000 111010

Color Harmonies of #FB7F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7F2C

Black with #FB7F2C

Text Example


Text Example

White with #FB7F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7F2C; }

 p { color: rgb(251,127,44); }

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

background-color css

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

 a { background-color: rgb(251,127,44); }

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

border-color css

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

 span { border-color: rgb(251,127,44); }

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