Html Css Color HEX #FC703D Burnt Orange

📋 copy color: '#FC703D'

red 252 ◦ green 112 ◦ blue 61

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

Shades of Burnt Orange #FC703D

Tints of Burnt Orange #FC703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.35%

R = 59.29%
G = 26.35%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC703D (or 0xFC703D) is known color: Burnt Orange. HEX triplet: FC, 70 and 3D. RGB value is (252,112,61). Sum of RGB (Red+Green+Blue) = 252+112+61=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703D is #038FC2. Grayscale: #949494. Windows color (decimal): -233411 or 4026620. OLE color: 4026620.

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

Color convert

RGB 252 112 61 -
CMYK 0 0.56 0.76 0.01
HSL 16.02º 0.97% 0.61% -
HSV(B) 16.02º 0.76% 0.99% -
XYZ 46.78 32.62 8.25 -
YUV 148.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 252 112 61 0 0.56 0.76 0.01 16.02 0.97 0.61
Hex FC 70 3D 0 38 4C 1 10 61 3D
Octal 374 160 75 0 70 114 1 20 141 75
Binary 11111100 1110000 111101 0 111000 1001100 1 10000 1100001 111101

Color Harmonies of #FC703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC703D

Black with #FC703D

Text Example


Text Example

White with #FC703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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