Html Css Color HEX #FB712C Burnt Orange

📋 copy color: '#FB712C'

red 251 ◦ green 113 ◦ blue 44

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

Shades of Burnt Orange #FB712C

Tints of Burnt Orange #FB712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

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

R = 61.52%
G = 27.7%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB712C (or 0xFB712C) is known color: Burnt Orange. HEX triplet: FB, 71 and 2C. RGB value is (251,113,44). Sum of RGB (Red+Green+Blue) = 251+113+44=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB712C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB712C is #048ED3. Grayscale: #929292. Windows color (decimal): -298708 or 2912763. OLE color: 2912763.

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

Color convert

RGB 251 113 44 -
CMYK 0 0.55 0.82 0.02
HSL 20º 0.96% 0.58% -
HSV(B) 20º 0.82% 0.98% -
XYZ 46.14 32.5 6.22 -
YUV 146.4 70.22 202.61 -
System Red Green Blue C M Y K H S L
Decimal 251 113 44 0 0.55 0.82 0.02 20 0.96 0.58
Hex FB 71 2C 0 37 52 2 14 60 3A
Octal 373 161 54 0 67 122 2 24 140 72
Binary 11111011 1110001 101100 0 110111 1010010 10 10100 1100000 111010

Color Harmonies of #FB712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB712C

Black with #FB712C

Text Example


Text Example

White with #FB712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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