Html Css Color HEX #FC4007 Orange Red

📋 copy color: '#FC4007'

red 252 ◦ green 64 ◦ blue 7

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

Shades of Orange Red #FC4007

Tints of Orange Red #FC4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 78.02%
G = 19.81%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC4007 (or 0xFC4007) is known color: Orange Red. HEX triplet: FC, 40 and 07. RGB value is (252,64,7). Sum of RGB (Red+Green+Blue) = 252+64+7=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4007 is #03BFF8. Grayscale: #727272. Windows color (decimal): -245753 or 475388. OLE color: 475388.

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

Color convert

RGB 252 64 7 -
CMYK 0 0.75 0.97 0.01
HSL 13.96º 0.98% 0.51% -
HSV(B) 13.96º 0.97% 0.99% -
XYZ 42.02 24.38 2.69 -
YUV 113.71 67.78 226.63 -
System Red Green Blue C M Y K H S L
Decimal 252 64 7 0 0.75 0.97 0.01 13.96 0.98 0.51
Hex FC 40 7 0 4B 61 1 E 62 33
Octal 374 100 7 0 113 141 1 16 142 63
Binary 11111100 1000000 111 0 1001011 1100001 1 1110 1100010 110011

Color Harmonies of #FC4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4007

Black with #FC4007

Text Example


Text Example

White with #FC4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4007; }

 p { color: rgb(252,64,7); }

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

background-color css

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

 a { background-color: rgb(252,64,7); }

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

border-color css

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

 span { border-color: rgb(252,64,7); }

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