Html Css Color HEX #FA4A0F Vermilion

📋 copy color: '#FA4A0F'

red 250 ◦ green 74 ◦ blue 15

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

Shades of Vermilion #FA4A0F

Tints of Vermilion #FA4A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 73.75%
G = 21.83%
B = 4.42%

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

#FA4A0F (or 0xFA4A0F) is known color: Vermilion. HEX triplet: FA, 4A and 0F. RGB value is (250,74,15). Sum of RGB (Red+Green+Blue) = 250+74+15=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4A0F is #05B5F0. Grayscale: #787878. Windows color (decimal): -374257 or 1002234. OLE color: 1002234.

HSL color Cylindrical-coordinate representation of color #FA4A0F: hue angle of 15.06º 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 #FA4A0F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 74 15 -
CMYK 0 0.70 0.94 0.02
HSL 15.06º 0.96% 0.52% -
HSV(B) 15.06º 0.94% 0.98% -
XYZ 41.96 25.26 3.12 -
YUV 119.9 68.81 220.8 -
System Red Green Blue C M Y K H S L
Decimal 250 74 15 0 0.70 0.94 0.02 15.06 0.96 0.52
Hex FA 4A F 0 46 5E 2 F 60 34
Octal 372 112 17 0 106 136 2 17 140 64
Binary 11111010 1001010 1111 0 1000110 1011110 10 1111 1100000 110100

Color Harmonies of #FA4A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A0F

Black with #FA4A0F

Text Example


Text Example

White with #FA4A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A0F; }

 p { color: rgb(250,74,15); }

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

background-color css

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

 a { background-color: rgb(250,74,15); }

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

border-color css

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

 span { border-color: rgb(250,74,15); }

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