Html Css Color HEX #FB7C32 Burnt Orange

📋 copy color: '#FB7C32'

red 251 ◦ green 124 ◦ blue 50

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

Shades of Burnt Orange #FB7C32

Tints of Burnt Orange #FB7C32

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 59.06%
G = 29.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB7C32 (or 0xFB7C32) is known color: Burnt Orange. HEX triplet: FB, 7C and 32. RGB value is (251,124,50). Sum of RGB (Red+Green+Blue) = 251+124+50=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C32 is #0483CD. Grayscale: #999999. Windows color (decimal): -295886 or 3308795. OLE color: 3308795.

HSL color Cylindrical-coordinate representation of color #FB7C32: hue angle of 22.09º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB7C32 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 124 50 -
CMYK 0 0.51 0.80 0.02
HSL 22.09º 0.96% 0.59% -
HSV(B) 22.09º 0.8% 0.98% -
XYZ 47.57 35.15 7.3 -
YUV 153.54 69.58 197.52 -
System Red Green Blue C M Y K H S L
Decimal 251 124 50 0 0.51 0.80 0.02 22.09 0.96 0.59
Hex FB 7C 32 0 33 50 2 16 60 3B
Octal 373 174 62 0 63 120 2 26 140 73
Binary 11111011 1111100 110010 0 110011 1010000 10 10110 1100000 111011

Color Harmonies of #FB7C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7C32

Black with #FB7C32

Text Example


Text Example

White with #FB7C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7C32; }

 p { color: rgb(251,124,50); }

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

background-color css

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

 a { background-color: rgb(251,124,50); }

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

border-color css

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

 span { border-color: rgb(251,124,50); }

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