Html Css Color HEX #FA4C0C Vermilion

📋 copy color: '#FA4C0C'

red 250 ◦ green 76 ◦ blue 12

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

Shades of Vermilion #FA4C0C

Tints of Vermilion #FA4C0C

RGB

 RED value IS 250 (98.05% from 255) = 73.96%

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 73.96%
G = 22.49%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA4C0C (or 0xFA4C0C) is known color: Vermilion. HEX triplet: FA, 4C and 0C. RGB value is (250,76,12). Sum of RGB (Red+Green+Blue) = 250+76+12=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4C0C is #05B3F3. Grayscale: #797979. Windows color (decimal): -373748 or 806138. OLE color: 806138.

HSL color Cylindrical-coordinate representation of color #FA4C0C: hue angle of 16.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA4C0C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 12 -
CMYK 0 0.70 0.95 0.02
HSL 16.13º 0.96% 0.51% -
HSV(B) 16.13º 0.95% 0.98% -
XYZ 42.08 25.52 3.06 -
YUV 120.73 66.65 220.2 -
System Red Green Blue C M Y K H S L
Decimal 250 76 12 0 0.70 0.95 0.02 16.13 0.96 0.51
Hex FA 4C C 0 46 5F 2 10 60 33
Octal 372 114 14 0 106 137 2 20 140 63
Binary 11111010 1001100 1100 0 1000110 1011111 10 10000 1100000 110011

Color Harmonies of #FA4C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C0C

Black with #FA4C0C

Text Example


Text Example

White with #FA4C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C0C; }

 p { color: rgb(250,76,12); }

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

background-color css

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

 a { background-color: rgb(250,76,12); }

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

border-color css

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

 span { border-color: rgb(250,76,12); }

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