Html Css Color HEX #FC4204 Orange Red

📋 copy color: '#FC4204'

red 252 ◦ green 66 ◦ blue 4

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

Shades of Orange Red #FC4204

Tints of Orange Red #FC4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 78.26%
G = 20.5%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC4204 (or 0xFC4204) is known color: Orange Red. HEX triplet: FC, 42 and 04. RGB value is (252,66,4). Sum of RGB (Red+Green+Blue) = 252+66+4=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4204 is #03BDFB. Grayscale: #727272. Windows color (decimal): -245244 or 279292. OLE color: 279292.

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

Color convert

RGB 252 66 4 -
CMYK 0 0.74 0.98 0.01
HSL 15º 0.98% 0.5% -
HSV(B) 15º 0.98% 0.99% -
XYZ 42.12 24.6 2.64 -
YUV 114.55 65.62 226.04 -
System Red Green Blue C M Y K H S L
Decimal 252 66 4 0 0.74 0.98 0.01 15 0.98 0.5
Hex FC 42 4 0 4A 62 1 F 62 32
Octal 374 102 4 0 112 142 1 17 142 62
Binary 11111100 1000010 100 0 1001010 1100010 1 1111 1100010 110010

Color Harmonies of #FC4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4204

Black with #FC4204

Text Example


Text Example

White with #FC4204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4204; }

 p { color: rgb(252,66,4); }

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

background-color css

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

 a { background-color: rgb(252,66,4); }

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

border-color css

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

 span { border-color: rgb(252,66,4); }

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