Html Css Color HEX #FB7B31 Burnt Orange

📋 copy color: '#FB7B31'

red 251 ◦ green 123 ◦ blue 49

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

Shades of Burnt Orange #FB7B31

Tints of Burnt Orange #FB7B31

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 59.34%
G = 29.08%
B = 11.58%

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

#FB7B31 (or 0xFB7B31) is known color: Burnt Orange. HEX triplet: FB, 7B and 31. RGB value is (251,123,49). Sum of RGB (Red+Green+Blue) = 251+123+49=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B31 is #0484CE. Grayscale: #999999. Windows color (decimal): -296143 or 3243003. OLE color: 3243003.

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

Color convert

RGB 251 123 49 -
CMYK 0 0.51 0.80 0.02
HSL 21.98º 0.96% 0.59% -
HSV(B) 21.98º 0.8% 0.98% -
XYZ 47.42 34.9 7.14 -
YUV 152.84 69.41 198.02 -
System Red Green Blue C M Y K H S L
Decimal 251 123 49 0 0.51 0.80 0.02 21.98 0.96 0.59
Hex FB 7B 31 0 33 50 2 16 60 3B
Octal 373 173 61 0 63 120 2 26 140 73
Binary 11111011 1111011 110001 0 110011 1010000 10 10110 1100000 111011

Color Harmonies of #FB7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B31

Black with #FB7B31

Text Example


Text Example

White with #FB7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B31; }

 p { color: rgb(251,123,49); }

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

background-color css

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

 a { background-color: rgb(251,123,49); }

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

border-color css

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

 span { border-color: rgb(251,123,49); }

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