Html Css Color HEX #FC4A07 Vermilion

📋 copy color: '#FC4A07'

red 252 ◦ green 74 ◦ blue 7

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

Shades of Vermilion #FC4A07

Tints of Vermilion #FC4A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 75.68%
G = 22.22%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC4A07 (or 0xFC4A07) is known color: Vermilion. HEX triplet: FC, 4A and 07. RGB value is (252,74,7). Sum of RGB (Red+Green+Blue) = 252+74+7=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A07 is #03B5F8. Grayscale: #787878. Windows color (decimal): -243193 or 477948. OLE color: 477948.

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

Color convert

RGB 252 74 7 -
CMYK 0 0.71 0.97 0.01
HSL 16.41º 0.98% 0.51% -
HSV(B) 16.41º 0.97% 0.99% -
XYZ 42.63 25.61 2.9 -
YUV 119.58 64.47 222.45 -
System Red Green Blue C M Y K H S L
Decimal 252 74 7 0 0.71 0.97 0.01 16.41 0.98 0.51
Hex FC 4A 7 0 47 61 1 10 62 33
Octal 374 112 7 0 107 141 1 20 142 63
Binary 11111100 1001010 111 0 1000111 1100001 1 10000 1100010 110011

Color Harmonies of #FC4A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A07

Black with #FC4A07

Text Example


Text Example

White with #FC4A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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