Html Css Color HEX #FC702D Burnt Orange

📋 copy color: '#FC702D'

red 252 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #FC702D

Tints of Burnt Orange #FC702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 61.61%
G = 27.38%
B = 11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC702D (or 0xFC702D) is known color: Burnt Orange. HEX triplet: FC, 70 and 2D. RGB value is (252,112,45). Sum of RGB (Red+Green+Blue) = 252+112+45=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC702D is #038FD2. Grayscale: #929292. Windows color (decimal): -233427 or 2978044. OLE color: 2978044.

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

Color convert

RGB 252 112 45 -
CMYK 0 0.56 0.82 0.01
HSL 19.42º 0.97% 0.58% -
HSV(B) 19.42º 0.82% 0.99% -
XYZ 46.41 32.47 6.3 -
YUV 146.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 252 112 45 0 0.56 0.82 0.01 19.42 0.97 0.58
Hex FC 70 2D 0 38 52 1 13 61 3A
Octal 374 160 55 0 70 122 1 23 141 72
Binary 11111100 1110000 101101 0 111000 1010010 1 10011 1100001 111010

Color Harmonies of #FC702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC702D

Black with #FC702D

Text Example


Text Example

White with #FC702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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