Html Css Color HEX #F84A04 Vermilion

📋 copy color: '#F84A04'

red 248 ◦ green 74 ◦ blue 4

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

Shades of Vermilion #F84A04

Tints of Vermilion #F84A04

RGB

 RED value IS 248 (97.27% from 255) = 76.07%

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 76.07%
G = 22.7%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84A04 (or 0xF84A04) is known color: Vermilion. HEX triplet: F8, 4A and 04. RGB value is (248,74,4). Sum of RGB (Red+Green+Blue) = 248+74+4=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A04 is #07B5FB. Grayscale: #767676. Windows color (decimal): -505340 or 281336. OLE color: 281336.

HSL color Cylindrical-coordinate representation of color #F84A04: hue angle of 17.21º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F84A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 74 4 -
CMYK 0 0.70 0.98 0.03
HSL 17.21º 0.97% 0.49% -
HSV(B) 17.21º 0.98% 0.97% -
XYZ 41.18 24.86 2.74 -
YUV 118.05 63.65 220.69 -
System Red Green Blue C M Y K H S L
Decimal 248 74 4 0 0.70 0.98 0.03 17.21 0.97 0.49
Hex F8 4A 4 0 46 62 3 11 61 31
Octal 370 112 4 0 106 142 3 21 141 61
Binary 11111000 1001010 100 0 1000110 1100010 11 10001 1100001 110001

Color Harmonies of #F84A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A04

Black with #F84A04

Text Example


Text Example

White with #F84A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A04; }

 p { color: rgb(248,74,4); }

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

background-color css

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

 a { background-color: rgb(248,74,4); }

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

border-color css

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

 span { border-color: rgb(248,74,4); }

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