Html Css Color HEX #F84C00 Vermilion

📋 copy color: '#F84C00'

red 248 ◦ green 76 ◦ blue 0

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

Shades of Vermilion #F84C00

Tints of Vermilion #F84C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.54%
G = 23.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F84C00 (or 0xF84C00) is known color: Vermilion. HEX triplet: F8, 4C and 00. RGB value is (248,76,0). Sum of RGB (Red+Green+Blue) = 248+76+0=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C00 is #07B3FF. Grayscale: #777777. Windows color (decimal): -504832 or 19704. OLE color: 19704.

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

Color convert

RGB 248 76 0 -
CMYK 0 0.69 1 0.03
HSL 18.39º 1% 0.49% -
HSV(B) 18.39º 1% 0.97% -
XYZ 41.3 25.13 2.67 -
YUV 118.76 60.98 220.18 -
System Red Green Blue C M Y K H S L
Decimal 248 76 0 0 0.69 1 0.03 18.39 1 0.49
Hex F8 4C 0 0 45 64 3 12 64 31
Octal 370 114 0 0 105 144 3 22 144 61
Binary 11111000 1001100 0 0 1000101 1100100 11 10010 1100100 110001

Color Harmonies of #F84C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C00

Black with #F84C00

Text Example


Text Example

White with #F84C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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