Html Css Color HEX #F84A00 Vermilion

📋 copy color: '#F84A00'

red 248 ◦ green 74 ◦ blue 0

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

Shades of Vermilion #F84A00

Tints of Vermilion #F84A00

RGB

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

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

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

R = 77.02%
G = 22.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F84A00 (or 0xF84A00) is known color: Vermilion. HEX triplet: F8, 4A and 00. RGB value is (248,74,0). Sum of RGB (Red+Green+Blue) = 248+74+0=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A00 is #07B5FF. Grayscale: #767676. Windows color (decimal): -505344 or 19192. OLE color: 19192.

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

Color convert

RGB 248 74 0 -
CMYK 0 0.70 1 0.03
HSL 17.9º 1% 0.49% -
HSV(B) 17.9º 1% 0.97% -
XYZ 41.16 24.85 2.63 -
YUV 117.59 61.65 221.02 -
System Red Green Blue C M Y K H S L
Decimal 248 74 0 0 0.70 1 0.03 17.9 1 0.49
Hex F8 4A 0 0 46 64 3 12 64 31
Octal 370 112 0 0 106 144 3 22 144 61
Binary 11111000 1001010 0 0 1000110 1100100 11 10010 1100100 110001

Color Harmonies of #F84A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A00

Black with #F84A00

Text Example


Text Example

White with #F84A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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