Html Css Color HEX #F74B0B Vermilion

📋 copy color: '#F74B0B'

red 247 ◦ green 75 ◦ blue 11

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

Shades of Vermilion #F74B0B

Tints of Vermilion #F74B0B

RGB

 RED value IS 247 (96.88% from 255) = 74.17%

 GREEN value IS 75 (29.69% from 255) = 22.52%

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

R = 74.17%
G = 22.52%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F74B0B (or 0xF74B0B) is known color: Vermilion. HEX triplet: F7, 4B and 0B. RGB value is (247,75,11). Sum of RGB (Red+Green+Blue) = 247+75+11=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74B0B is #08B4F4. Grayscale: #777777. Windows color (decimal): -570613 or 740343. OLE color: 740343.

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

Color convert

RGB 247 75 11 -
CMYK 0 0.70 0.96 0.03
HSL 16.27º 0.94% 0.51% -
HSV(B) 16.27º 0.96% 0.97% -
XYZ 40.93 24.83 2.95 -
YUV 119.13 66.98 219.2 -
System Red Green Blue C M Y K H S L
Decimal 247 75 11 0 0.70 0.96 0.03 16.27 0.94 0.51
Hex F7 4B B 0 46 60 3 10 5E 33
Octal 367 113 13 0 106 140 3 20 136 63
Binary 11110111 1001011 1011 0 1000110 1100000 11 10000 1011110 110011

Color Harmonies of #F74B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74B0B

Black with #F74B0B

Text Example


Text Example

White with #F74B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74B0B; }

 p { color: rgb(247,75,11); }

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

background-color css

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

 a { background-color: rgb(247,75,11); }

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

border-color css

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

 span { border-color: rgb(247,75,11); }

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