Html Css Color HEX #F84A0D Vermilion

📋 copy color: '#F84A0D'

red 248 ◦ green 74 ◦ blue 13

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

Shades of Vermilion #F84A0D

Tints of Vermilion #F84A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 74.03%
G = 22.09%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F84A0D (or 0xF84A0D) is known color: Vermilion. HEX triplet: F8, 4A and 0D. RGB value is (248,74,13). Sum of RGB (Red+Green+Blue) = 248+74+13=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A0D is #07B5F2. Grayscale: #777777. Windows color (decimal): -505331 or 871160. OLE color: 871160.

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

Color convert

RGB 248 74 13 -
CMYK 0 0.70 0.95 0.03
HSL 15.57º 0.94% 0.51% -
HSV(B) 15.57º 0.95% 0.97% -
XYZ 41.23 24.88 3.01 -
YUV 119.07 68.15 219.96 -
System Red Green Blue C M Y K H S L
Decimal 248 74 13 0 0.70 0.95 0.03 15.57 0.94 0.51
Hex F8 4A D 0 46 5F 3 10 5E 33
Octal 370 112 15 0 106 137 3 20 136 63
Binary 11111000 1001010 1101 0 1000110 1011111 11 10000 1011110 110011

Color Harmonies of #F84A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A0D

Black with #F84A0D

Text Example


Text Example

White with #F84A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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