Html Css Color HEX #FC702B Burnt Orange

📋 copy color: '#FC702B'

red 252 ◦ green 112 ◦ blue 43

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

Shades of Burnt Orange #FC702B

Tints of Burnt Orange #FC702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.57%

R = 61.92%
G = 27.52%
B = 10.57%

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

#FC702B (or 0xFC702B) is known color: Burnt Orange. HEX triplet: FC, 70 and 2B. RGB value is (252,112,43). Sum of RGB (Red+Green+Blue) = 252+112+43=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC702B is #038FD4. Grayscale: #929292. Windows color (decimal): -233429 or 2846972. OLE color: 2846972.

HSL color Cylindrical-coordinate representation of color #FC702B: hue angle of 19.81º 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 #FC702B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 43 -
CMYK 0 0.56 0.83 0.01
HSL 19.81º 0.97% 0.58% -
HSV(B) 19.81º 0.83% 0.99% -
XYZ 46.38 32.46 6.11 -
YUV 145.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 252 112 43 0 0.56 0.83 0.01 19.81 0.97 0.58
Hex FC 70 2B 0 38 53 1 14 61 3A
Octal 374 160 53 0 70 123 1 24 141 72
Binary 11111100 1110000 101011 0 111000 1010011 1 10100 1100001 111010

Color Harmonies of #FC702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC702B

Black with #FC702B

Text Example


Text Example

White with #FC702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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