Html Css Color HEX #F84901 Vermilion

📋 copy color: '#F84901'

red 248 ◦ green 73 ◦ blue 1

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

Shades of Vermilion #F84901

Tints of Vermilion #F84901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 77.02%
G = 22.67%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F84901 (or 0xF84901) is known color: Vermilion. HEX triplet: F8, 49 and 01. RGB value is (248,73,1). Sum of RGB (Red+Green+Blue) = 248+73+1=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F84901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84901 is #07B6FE. Grayscale: #757575. Windows color (decimal): -505599 or 84472. OLE color: 84472.

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

Color convert

RGB 248 73 1 -
CMYK 0 0.71 1.00 0.03
HSL 17.49º 0.99% 0.49% -
HSV(B) 17.49º 1% 0.97% -
XYZ 41.1 24.72 2.63 -
YUV 117.12 62.48 221.35 -
System Red Green Blue C M Y K H S L
Decimal 248 73 1 0 0.71 1.00 0.03 17.49 0.99 0.49
Hex F8 49 1 0 47 64 3 11 63 31
Octal 370 111 1 0 107 144 3 21 143 61
Binary 11111000 1001001 1 0 1000111 1100100 11 10001 1100011 110001

Color Harmonies of #F84901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84901

Black with #F84901

Text Example


Text Example

White with #F84901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84901; }

 p { color: rgb(248,73,1); }

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

background-color css

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

 a { background-color: rgb(248,73,1); }

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

border-color css

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

 span { border-color: rgb(248,73,1); }

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