Html Css Color HEX #F84A02 Vermilion

📋 copy color: '#F84A02'

red 248 ◦ green 74 ◦ blue 2

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

Shades of Vermilion #F84A02

Tints of Vermilion #F84A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 76.54%
G = 22.84%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F84A02 (or 0xF84A02) is known color: Vermilion. HEX triplet: F8, 4A and 02. RGB value is (248,74,2). Sum of RGB (Red+Green+Blue) = 248+74+2=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A02 is #07B5FD. Grayscale: #767676. Windows color (decimal): -505342 or 150264. OLE color: 150264.

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

Color convert

RGB 248 74 2 -
CMYK 0 0.70 0.99 0.03
HSL 17.56º 0.98% 0.49% -
HSV(B) 17.56º 0.99% 0.97% -
XYZ 41.17 24.86 2.69 -
YUV 117.82 62.65 220.85 -
System Red Green Blue C M Y K H S L
Decimal 248 74 2 0 0.70 0.99 0.03 17.56 0.98 0.49
Hex F8 4A 2 0 46 63 3 12 62 31
Octal 370 112 2 0 106 143 3 22 142 61
Binary 11111000 1001010 10 0 1000110 1100011 11 10010 1100010 110001

Color Harmonies of #F84A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A02

Black with #F84A02

Text Example


Text Example

White with #F84A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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