Html Css Color HEX #FC703B Burnt Orange

📋 copy color: '#FC703B'

red 252 ◦ green 112 ◦ blue 59

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

Shades of Burnt Orange #FC703B

Tints of Burnt Orange #FC703B

RGB

 RED value IS 252 (98.83% from 255) = 59.57%

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

 BLUE value IS 59 (23.44% from 255) = 13.95%

R = 59.57%
G = 26.48%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC703B (or 0xFC703B) is known color: Burnt Orange. HEX triplet: FC, 70 and 3B. RGB value is (252,112,59). Sum of RGB (Red+Green+Blue) = 252+112+59=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703B is #038FC4. Grayscale: #949494. Windows color (decimal): -233413 or 3895548. OLE color: 3895548.

HSL color Cylindrical-coordinate representation of color #FC703B: hue angle of 16.48º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC703B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 59 -
CMYK 0 0.56 0.77 0.01
HSL 16.48º 0.97% 0.61% -
HSV(B) 16.48º 0.77% 0.99% -
XYZ 46.73 32.6 7.97 -
YUV 147.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 252 112 59 0 0.56 0.77 0.01 16.48 0.97 0.61
Hex FC 70 3B 0 38 4D 1 10 61 3D
Octal 374 160 73 0 70 115 1 20 141 75
Binary 11111100 1110000 111011 0 111000 1001101 1 10000 1100001 111101

Color Harmonies of #FC703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC703B

Black with #FC703B

Text Example


Text Example

White with #FC703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC703B; }

 p { color: rgb(252,112,59); }

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

background-color css

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

 a { background-color: rgb(252,112,59); }

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

border-color css

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

 span { border-color: rgb(252,112,59); }

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