Html Css Color HEX #FC4607 Orange Red

📋 copy color: '#FC4607'

red 252 ◦ green 70 ◦ blue 7

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

Shades of Orange Red #FC4607

Tints of Orange Red #FC4607

RGB

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

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

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

R = 76.6%
G = 21.28%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC4607 (or 0xFC4607) is known color: Orange Red. HEX triplet: FC, 46 and 07. RGB value is (252,70,7). Sum of RGB (Red+Green+Blue) = 252+70+7=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4607 is #03B9F8. Grayscale: #757575. Windows color (decimal): -244217 or 476924. OLE color: 476924.

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

Color convert

RGB 252 70 7 -
CMYK 0 0.72 0.97 0.01
HSL 15.43º 0.98% 0.51% -
HSV(B) 15.43º 0.97% 0.99% -
XYZ 42.37 25.09 2.81 -
YUV 117.24 65.8 224.12 -
System Red Green Blue C M Y K H S L
Decimal 252 70 7 0 0.72 0.97 0.01 15.43 0.98 0.51
Hex FC 46 7 0 48 61 1 F 62 33
Octal 374 106 7 0 110 141 1 17 142 63
Binary 11111100 1000110 111 0 1001000 1100001 1 1111 1100010 110011

Color Harmonies of #FC4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4607

Black with #FC4607

Text Example


Text Example

White with #FC4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4607; }

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

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

background-color css

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

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

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

border-color css

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

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

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