Html Css Color HEX #FA4C08 Vermilion

📋 copy color: '#FA4C08'

red 250 ◦ green 76 ◦ blue 8

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

Shades of Vermilion #FA4C08

Tints of Vermilion #FA4C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 74.85%
G = 22.75%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA4C08 (or 0xFA4C08) is known color: Vermilion. HEX triplet: FA, 4C and 08. RGB value is (250,76,8). Sum of RGB (Red+Green+Blue) = 250+76+8=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4C08 is #05B3F7. Grayscale: #787878. Windows color (decimal): -373752 or 543994. OLE color: 543994.

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

Color convert

RGB 250 76 8 -
CMYK 0 0.70 0.97 0.02
HSL 16.86º 0.96% 0.51% -
HSV(B) 16.86º 0.97% 0.98% -
XYZ 42.05 25.51 2.94 -
YUV 120.27 64.65 220.53 -
System Red Green Blue C M Y K H S L
Decimal 250 76 8 0 0.70 0.97 0.02 16.86 0.96 0.51
Hex FA 4C 8 0 46 61 2 11 60 33
Octal 372 114 10 0 106 141 2 21 140 63
Binary 11111010 1001100 1000 0 1000110 1100001 10 10001 1100000 110011

Color Harmonies of #FA4C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C08

Black with #FA4C08

Text Example


Text Example

White with #FA4C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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