Html Css Color HEX #FC4604 Orange Red

📋 copy color: '#FC4604'

red 252 ◦ green 70 ◦ blue 4

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

Shades of Orange Red #FC4604

Tints of Orange Red #FC4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

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

R = 77.3%
G = 21.47%
B = 1.23%

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

#FC4604 (or 0xFC4604) is known color: Orange Red. HEX triplet: FC, 46 and 04. RGB value is (252,70,4). Sum of RGB (Red+Green+Blue) = 252+70+4=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4604 is #03B9FB. Grayscale: #757575. Windows color (decimal): -244220 or 280316. OLE color: 280316.

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

Color convert

RGB 252 70 4 -
CMYK 0 0.72 0.98 0.01
HSL 15.97º 0.98% 0.5% -
HSV(B) 15.97º 0.98% 0.99% -
XYZ 42.36 25.08 2.72 -
YUV 116.89 64.3 224.37 -
System Red Green Blue C M Y K H S L
Decimal 252 70 4 0 0.72 0.98 0.01 15.97 0.98 0.5
Hex FC 46 4 0 48 62 1 10 62 32
Octal 374 106 4 0 110 142 1 20 142 62
Binary 11111100 1000110 100 0 1001000 1100010 1 10000 1100010 110010

Color Harmonies of #FC4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4604

Black with #FC4604

Text Example


Text Example

White with #FC4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4604; }

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

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

background-color css

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

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

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

border-color css

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

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

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