Html Css Color HEX #F24A0A Vermilion

📋 copy color: '#F24A0A'

red 242 ◦ green 74 ◦ blue 10

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

Shades of Vermilion #F24A0A

Tints of Vermilion #F24A0A

RGB

 RED value IS 242 (94.92% from 255) = 74.23%

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

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 74.23%
G = 22.7%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F24A0A (or 0xF24A0A) is known color: Vermilion. HEX triplet: F2, 4A and 0A. RGB value is (242,74,10). Sum of RGB (Red+Green+Blue) = 242+74+10=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A0A is #0DB5F5. Grayscale: #757575. Windows color (decimal): -898550 or 674546. OLE color: 674546.

HSL color Cylindrical-coordinate representation of color #F24A0A: hue angle of 16.55º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F24A0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 74 10 -
CMYK 0 0.69 0.96 0.05
HSL 16.55º 0.92% 0.49% -
HSV(B) 16.55º 0.96% 0.95% -
XYZ 39.12 23.8 2.82 -
YUV 116.94 67.66 217.2 -
System Red Green Blue C M Y K H S L
Decimal 242 74 10 0 0.69 0.96 0.05 16.55 0.92 0.49
Hex F2 4A A 0 45 60 5 11 5C 31
Octal 362 112 12 0 105 140 5 21 134 61
Binary 11110010 1001010 1010 0 1000101 1100000 101 10001 1011100 110001

Color Harmonies of #F24A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A0A

Black with #F24A0A

Text Example


Text Example

White with #F24A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A0A; }

 p { color: rgb(242,74,10); }

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

background-color css

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

 a { background-color: rgb(242,74,10); }

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

border-color css

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

 span { border-color: rgb(242,74,10); }

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