Html Css Color HEX #FA4C10 Vermilion

📋 copy color: '#FA4C10'

red 250 ◦ green 76 ◦ blue 16

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

Shades of Vermilion #FA4C10

Tints of Vermilion #FA4C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 73.1%
G = 22.22%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA4C10 (or 0xFA4C10) is known color: Vermilion. HEX triplet: FA, 4C and 10. RGB value is (250,76,16). Sum of RGB (Red+Green+Blue) = 250+76+16=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4C10 is #05B3EF. Grayscale: #797979. Windows color (decimal): -373744 or 1068282. OLE color: 1068282.

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

Color convert

RGB 250 76 16 -
CMYK 0 0.70 0.94 0.02
HSL 15.38º 0.96% 0.52% -
HSV(B) 15.38º 0.94% 0.98% -
XYZ 42.1 25.53 3.2 -
YUV 121.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 250 76 16 0 0.70 0.94 0.02 15.38 0.96 0.52
Hex FA 4C 10 0 46 5E 2 F 60 34
Octal 372 114 20 0 106 136 2 17 140 64
Binary 11111010 1001100 10000 0 1000110 1011110 10 1111 1100000 110100

Color Harmonies of #FA4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C10

Black with #FA4C10

Text Example


Text Example

White with #FA4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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