Html Css Color HEX #F24A0D Vermilion

📋 copy color: '#F24A0D'

red 242 ◦ green 74 ◦ blue 13

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

Shades of Vermilion #F24A0D

Tints of Vermilion #F24A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 73.56%
G = 22.49%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F24A0D (or 0xF24A0D) is known color: Vermilion. HEX triplet: F2, 4A and 0D. RGB value is (242,74,13). Sum of RGB (Red+Green+Blue) = 242+74+13=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A0D is #0DB5F2. Grayscale: #757575. Windows color (decimal): -898547 or 871154. OLE color: 871154.

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

Color convert

RGB 242 74 13 -
CMYK 0 0.69 0.95 0.05
HSL 15.98º 0.9% 0.5% -
HSV(B) 15.98º 0.95% 0.95% -
XYZ 39.14 23.8 2.91 -
YUV 117.28 69.16 216.96 -
System Red Green Blue C M Y K H S L
Decimal 242 74 13 0 0.69 0.95 0.05 15.98 0.9 0.5
Hex F2 4A D 0 45 5F 5 10 5A 32
Octal 362 112 15 0 105 137 5 20 132 62
Binary 11110010 1001010 1101 0 1000101 1011111 101 10000 1011010 110010

Color Harmonies of #F24A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A0D

Black with #F24A0D

Text Example


Text Example

White with #F24A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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