Html Css Color HEX #F84A0A Vermilion

📋 copy color: '#F84A0A'

red 248 ◦ green 74 ◦ blue 10

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

Shades of Vermilion #F84A0A

Tints of Vermilion #F84A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 74.7%
G = 22.29%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F84A0A (or 0xF84A0A) is known color: Vermilion. HEX triplet: F8, 4A and 0A. RGB value is (248,74,10). Sum of RGB (Red+Green+Blue) = 248+74+10=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A0A is #07B5F5. Grayscale: #777777. Windows color (decimal): -505334 or 674552. OLE color: 674552.

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

Color convert

RGB 248 74 10 -
CMYK 0 0.70 0.96 0.03
HSL 16.13º 0.94% 0.51% -
HSV(B) 16.13º 0.96% 0.97% -
XYZ 41.21 24.88 2.92 -
YUV 118.73 66.65 220.2 -
System Red Green Blue C M Y K H S L
Decimal 248 74 10 0 0.70 0.96 0.03 16.13 0.94 0.51
Hex F8 4A A 0 46 60 3 10 5E 33
Octal 370 112 12 0 106 140 3 20 136 63
Binary 11111000 1001010 1010 0 1000110 1100000 11 10000 1011110 110011

Color Harmonies of #F84A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A0A

Black with #F84A0A

Text Example


Text Example

White with #F84A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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