Html Css Color HEX #FC702C Burnt Orange

📋 copy color: '#FC702C'

red 252 ◦ green 112 ◦ blue 44

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

Shades of Burnt Orange #FC702C

Tints of Burnt Orange #FC702C

RGB

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

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

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

R = 61.76%
G = 27.45%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC702C (or 0xFC702C) is known color: Burnt Orange. HEX triplet: FC, 70 and 2C. RGB value is (252,112,44). Sum of RGB (Red+Green+Blue) = 252+112+44=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC702C is #038FD3. Grayscale: #929292. Windows color (decimal): -233428 or 2912508. OLE color: 2912508.

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

Color convert

RGB 252 112 44 -
CMYK 0 0.56 0.83 0.01
HSL 19.62º 0.97% 0.58% -
HSV(B) 19.62º 0.83% 0.99% -
XYZ 46.39 32.47 6.2 -
YUV 146.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 252 112 44 0 0.56 0.83 0.01 19.62 0.97 0.58
Hex FC 70 2C 0 38 53 1 14 61 3A
Octal 374 160 54 0 70 123 1 24 141 72
Binary 11111100 1110000 101100 0 111000 1010011 1 10100 1100001 111010

Color Harmonies of #FC702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC702C

Black with #FC702C

Text Example


Text Example

White with #FC702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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