Html Css Color HEX #F84D0B Vermilion

📋 copy color: '#F84D0B'

red 248 ◦ green 77 ◦ blue 11

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

Shades of Vermilion #F84D0B

Tints of Vermilion #F84D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 11 (4.69% from 255) = 3.27%

R = 73.81%
G = 22.92%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F84D0B (or 0xF84D0B) is known color: Vermilion. HEX triplet: F8, 4D and 0B. RGB value is (248,77,11). Sum of RGB (Red+Green+Blue) = 248+77+11=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D0B is #07B2F4. Grayscale: #797979. Windows color (decimal): -504565 or 740856. OLE color: 740856.

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

Color convert

RGB 248 77 11 -
CMYK 0 0.69 0.96 0.03
HSL 16.71º 0.94% 0.51% -
HSV(B) 16.71º 0.96% 0.97% -
XYZ 41.43 25.29 3.01 -
YUV 120.61 66.15 218.87 -
System Red Green Blue C M Y K H S L
Decimal 248 77 11 0 0.69 0.96 0.03 16.71 0.94 0.51
Hex F8 4D B 0 45 60 3 11 5E 33
Octal 370 115 13 0 105 140 3 21 136 63
Binary 11111000 1001101 1011 0 1000101 1100000 11 10001 1011110 110011

Color Harmonies of #F84D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D0B

Black with #F84D0B

Text Example


Text Example

White with #F84D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D0B; }

 p { color: rgb(248,77,11); }

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

background-color css

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

 a { background-color: rgb(248,77,11); }

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

border-color css

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

 span { border-color: rgb(248,77,11); }

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