Html Css Color HEX #F24900 Vermilion

📋 copy color: '#F24900'

red 242 ◦ green 73 ◦ blue 0

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

Shades of Vermilion #F24900

Tints of Vermilion #F24900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 76.83%
G = 23.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F24900 (or 0xF24900) is known color: Vermilion. HEX triplet: F2, 49 and 00. RGB value is (242,73,0). Sum of RGB (Red+Green+Blue) = 242+73+0=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F24900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24900 is #0DB6FF. Grayscale: #737373. Windows color (decimal): -898816 or 18930. OLE color: 18930.

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

Color convert

RGB 242 73 0 -
CMYK 0 0.70 1 0.05
HSL 18.1º 1% 0.47% -
HSV(B) 18.1º 1% 0.95% -
XYZ 39 23.64 2.51 -
YUV 115.21 62.99 218.44 -
System Red Green Blue C M Y K H S L
Decimal 242 73 0 0 0.70 1 0.05 18.1 1 0.47
Hex F2 49 0 0 46 64 5 12 64 2F
Octal 362 111 0 0 106 144 5 22 144 57
Binary 11110010 1001001 0 0 1000110 1100100 101 10010 1100100 101111

Color Harmonies of #F24900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24900

Black with #F24900

Text Example


Text Example

White with #F24900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24900; }

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

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

background-color css

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

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

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

border-color css

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

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

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