Html Css Color HEX #F74B0F Vermilion

📋 copy color: '#F74B0F'

red 247 ◦ green 75 ◦ blue 15

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

Shades of Vermilion #F74B0F

Tints of Vermilion #F74B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 73.29%
G = 22.26%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F74B0F (or 0xF74B0F) is known color: Vermilion. HEX triplet: F7, 4B and 0F. RGB value is (247,75,15). Sum of RGB (Red+Green+Blue) = 247+75+15=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74B0F is #08B4F0. Grayscale: #787878. Windows color (decimal): -570609 or 1002487. OLE color: 1002487.

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

Color convert

RGB 247 75 15 -
CMYK 0 0.70 0.94 0.03
HSL 15.52º 0.94% 0.51% -
HSV(B) 15.52º 0.94% 0.97% -
XYZ 40.96 24.84 3.09 -
YUV 119.59 68.98 218.88 -
System Red Green Blue C M Y K H S L
Decimal 247 75 15 0 0.70 0.94 0.03 15.52 0.94 0.51
Hex F7 4B F 0 46 5E 3 10 5E 33
Octal 367 113 17 0 106 136 3 20 136 63
Binary 11110111 1001011 1111 0 1000110 1011110 11 10000 1011110 110011

Color Harmonies of #F74B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74B0F

Black with #F74B0F

Text Example


Text Example

White with #F74B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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