Html Css Color HEX #FC4705 Orange Red

📋 copy color: '#FC4705'

red 252 ◦ green 71 ◦ blue 5

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

Shades of Orange Red #FC4705

Tints of Orange Red #FC4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 76.83%
G = 21.65%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4705 (or 0xFC4705) is known color: Orange Red. HEX triplet: FC, 47 and 05. RGB value is (252,71,5). Sum of RGB (Red+Green+Blue) = 252+71+5=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4705 is #03B8FA. Grayscale: #767676. Windows color (decimal): -243963 or 346108. OLE color: 346108.

HSL color Cylindrical-coordinate representation of color #FC4705: hue angle of 16.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4705 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 71 5 -
CMYK 0 0.72 0.98 0.01
HSL 16.03º 0.98% 0.5% -
HSV(B) 16.03º 0.98% 0.99% -
XYZ 42.43 25.21 2.77 -
YUV 117.6 64.47 223.87 -
System Red Green Blue C M Y K H S L
Decimal 252 71 5 0 0.72 0.98 0.01 16.03 0.98 0.5
Hex FC 47 5 0 48 62 1 10 62 32
Octal 374 107 5 0 110 142 1 20 142 62
Binary 11111100 1000111 101 0 1001000 1100010 1 10000 1100010 110010

Color Harmonies of #FC4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4705

Black with #FC4705

Text Example


Text Example

White with #FC4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4705; }

 p { color: rgb(252,71,5); }

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

background-color css

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

 a { background-color: rgb(252,71,5); }

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

border-color css

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

 span { border-color: rgb(252,71,5); }

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