Html Css Color HEX #FB703C Burnt Orange

📋 copy color: '#FB703C'

red 251 ◦ green 112 ◦ blue 60

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

Shades of Burnt Orange #FB703C

Tints of Burnt Orange #FB703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 60 (23.83% from 255) = 14.18%

R = 59.34%
G = 26.48%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB703C (or 0xFB703C) is known color: Burnt Orange. HEX triplet: FB, 70 and 3C. RGB value is (251,112,60). Sum of RGB (Red+Green+Blue) = 251+112+60=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB703C is #048FC3. Grayscale: #939393. Windows color (decimal): -298948 or 3961083. OLE color: 3961083.

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

Color convert

RGB 251 112 60 -
CMYK 0 0.55 0.76 0.02
HSL 16.34º 0.96% 0.61% -
HSV(B) 16.34º 0.76% 0.98% -
XYZ 46.39 32.42 8.09 -
YUV 147.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 251 112 60 0 0.55 0.76 0.02 16.34 0.96 0.61
Hex FB 70 3C 0 37 4C 2 10 60 3D
Octal 373 160 74 0 67 114 2 20 140 75
Binary 11111011 1110000 111100 0 110111 1001100 10 10000 1100000 111101

Color Harmonies of #FB703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB703C

Black with #FB703C

Text Example


Text Example

White with #FB703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB703C; }

 p { color: rgb(251,112,60); }

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

background-color css

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

 a { background-color: rgb(251,112,60); }

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

border-color css

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

 span { border-color: rgb(251,112,60); }

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