Html Css Color HEX #F24A0F Vermilion

📋 copy color: '#F24A0F'

red 242 ◦ green 74 ◦ blue 15

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

Shades of Vermilion #F24A0F

Tints of Vermilion #F24A0F

RGB

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

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

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

R = 73.11%
G = 22.36%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F24A0F (or 0xF24A0F) is known color: Vermilion. HEX triplet: F2, 4A and 0F. RGB value is (242,74,15). Sum of RGB (Red+Green+Blue) = 242+74+15=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A0F is #0DB5F0. Grayscale: #757575. Windows color (decimal): -898545 or 1002226. OLE color: 1002226.

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

Color convert

RGB 242 74 15 -
CMYK 0 0.69 0.94 0.05
HSL 15.59º 0.9% 0.5% -
HSV(B) 15.59º 0.94% 0.95% -
XYZ 39.15 23.81 2.98 -
YUV 117.51 70.16 216.8 -
System Red Green Blue C M Y K H S L
Decimal 242 74 15 0 0.69 0.94 0.05 15.59 0.9 0.5
Hex F2 4A F 0 45 5E 5 10 5A 32
Octal 362 112 17 0 105 136 5 20 132 62
Binary 11110010 1001010 1111 0 1000101 1011110 101 10000 1011010 110010

Color Harmonies of #F24A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A0F

Black with #F24A0F

Text Example


Text Example

White with #F24A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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