Html Css Color HEX #FC703A Burnt Orange

📋 copy color: '#FC703A'

red 252 ◦ green 112 ◦ blue 58

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

Shades of Burnt Orange #FC703A

Tints of Burnt Orange #FC703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.74%

R = 59.72%
G = 26.54%
B = 13.74%

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

#FC703A (or 0xFC703A) is known color: Burnt Orange. HEX triplet: FC, 70 and 3A. RGB value is (252,112,58). Sum of RGB (Red+Green+Blue) = 252+112+58=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC703A is #038FC5. Grayscale: #949494. Windows color (decimal): -233414 or 3830012. OLE color: 3830012.

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

Color convert

RGB 252 112 58 -
CMYK 0 0.56 0.77 0.01
HSL 16.7º 0.97% 0.61% -
HSV(B) 16.7º 0.77% 0.99% -
XYZ 46.7 32.59 7.83 -
YUV 147.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 252 112 58 0 0.56 0.77 0.01 16.7 0.97 0.61
Hex FC 70 3A 0 38 4D 1 11 61 3D
Octal 374 160 72 0 70 115 1 21 141 75
Binary 11111100 1110000 111010 0 111000 1001101 1 10001 1100001 111101

Color Harmonies of #FC703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC703A

Black with #FC703A

Text Example


Text Example

White with #FC703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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