Html Css Color HEX #F24D00 Vermilion

📋 copy color: '#F24D00'

red 242 ◦ green 77 ◦ blue 0

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

Shades of Vermilion #F24D00

Tints of Vermilion #F24D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.86%
G = 24.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F24D00 (or 0xF24D00) is known color: Vermilion. HEX triplet: F2, 4D and 00. RGB value is (242,77,0). Sum of RGB (Red+Green+Blue) = 242+77+0=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24D00 is #0DB2FF. Grayscale: #767676. Windows color (decimal): -897792 or 19954. OLE color: 19954.

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

Color convert

RGB 242 77 0 -
CMYK 0 0.68 1 0.05
HSL 19.09º 1% 0.47% -
HSV(B) 19.09º 1% 0.95% -
XYZ 39.27 24.19 2.6 -
YUV 117.56 61.66 216.76 -
System Red Green Blue C M Y K H S L
Decimal 242 77 0 0 0.68 1 0.05 19.09 1 0.47
Hex F2 4D 0 0 44 64 5 13 64 2F
Octal 362 115 0 0 104 144 5 23 144 57
Binary 11110010 1001101 0 0 1000100 1100100 101 10011 1100100 101111

Color Harmonies of #F24D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D00

Black with #F24D00

Text Example


Text Example

White with #F24D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D00; }

 p { color: rgb(242,77,0); }

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

background-color css

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

 a { background-color: rgb(242,77,0); }

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

border-color css

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

 span { border-color: rgb(242,77,0); }

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