Html Css Color HEX #F84A08 Vermilion

📋 copy color: '#F84A08'

red 248 ◦ green 74 ◦ blue 8

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

Shades of Vermilion #F84A08

Tints of Vermilion #F84A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 75.15%
G = 22.42%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F84A08 (or 0xF84A08) is known color: Vermilion. HEX triplet: F8, 4A and 08. RGB value is (248,74,8). Sum of RGB (Red+Green+Blue) = 248+74+8=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A08 is #07B5F7. Grayscale: #767676. Windows color (decimal): -505336 or 543480. OLE color: 543480.

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

Color convert

RGB 248 74 8 -
CMYK 0 0.70 0.97 0.03
HSL 16.5º 0.94% 0.5% -
HSV(B) 16.5º 0.97% 0.97% -
XYZ 41.2 24.87 2.86 -
YUV 118.5 65.65 220.37 -
System Red Green Blue C M Y K H S L
Decimal 248 74 8 0 0.70 0.97 0.03 16.5 0.94 0.5
Hex F8 4A 8 0 46 61 3 10 5E 32
Octal 370 112 10 0 106 141 3 20 136 62
Binary 11111000 1001010 1000 0 1000110 1100001 11 10000 1011110 110010

Color Harmonies of #F84A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A08

Black with #F84A08

Text Example


Text Example

White with #F84A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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