Html Css Color HEX #F04A07 Vermilion

📋 copy color: '#F04A07'

red 240 ◦ green 74 ◦ blue 7

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

Shades of Vermilion #F04A07

Tints of Vermilion #F04A07

RGB

 RED value IS 240 (94.14% from 255) = 74.77%

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

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 74.77%
G = 23.05%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F04A07 (or 0xF04A07) is known color: Vermilion. HEX triplet: F0, 4A and 07. RGB value is (240,74,7). Sum of RGB (Red+Green+Blue) = 240+74+7=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A07 is #0FB5F8. Grayscale: #747474. Windows color (decimal): -1029625 or 477936. OLE color: 477936.

HSL color Cylindrical-coordinate representation of color #F04A07: hue angle of 17.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F04A07 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 74 7 -
CMYK 0 0.69 0.97 0.06
HSL 17.25º 0.94% 0.48% -
HSV(B) 17.25º 0.97% 0.94% -
XYZ 38.42 23.44 2.7 -
YUV 116 66.5 216.45 -
System Red Green Blue C M Y K H S L
Decimal 240 74 7 0 0.69 0.97 0.06 17.25 0.94 0.48
Hex F0 4A 7 0 45 61 6 11 5E 30
Octal 360 112 7 0 105 141 6 21 136 60
Binary 11110000 1001010 111 0 1000101 1100001 110 10001 1011110 110000

Color Harmonies of #F04A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A07

Black with #F04A07

Text Example


Text Example

White with #F04A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A07; }

 p { color: rgb(240,74,7); }

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

background-color css

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

 a { background-color: rgb(240,74,7); }

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

border-color css

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

 span { border-color: rgb(240,74,7); }

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