Html Css Color HEX #F84C01 Vermilion

📋 copy color: '#F84C01'

red 248 ◦ green 76 ◦ blue 1

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

Shades of Vermilion #F84C01

Tints of Vermilion #F84C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

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

R = 76.31%
G = 23.38%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F84C01 (or 0xF84C01) is known color: Vermilion. HEX triplet: F8, 4C and 01. RGB value is (248,76,1). Sum of RGB (Red+Green+Blue) = 248+76+1=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C01 is #07B3FE. Grayscale: #777777. Windows color (decimal): -504831 or 85240. OLE color: 85240.

HSL color Cylindrical-coordinate representation of color #F84C01: hue angle of 18.22º 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 #F84C01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 76 1 -
CMYK 0 0.69 1.00 0.03
HSL 18.22º 0.99% 0.49% -
HSV(B) 18.22º 1% 0.97% -
XYZ 41.3 25.13 2.7 -
YUV 118.88 61.48 220.1 -
System Red Green Blue C M Y K H S L
Decimal 248 76 1 0 0.69 1.00 0.03 18.22 0.99 0.49
Hex F8 4C 1 0 45 64 3 12 63 31
Octal 370 114 1 0 105 144 3 22 143 61
Binary 11111000 1001100 1 0 1000101 1100100 11 10010 1100011 110001

Color Harmonies of #F84C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C01

Black with #F84C01

Text Example


Text Example

White with #F84C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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