Html Css Color HEX #F74A05 Vermilion

📋 copy color: '#F74A05'

red 247 ◦ green 74 ◦ blue 5

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

Shades of Vermilion #F74A05

Tints of Vermilion #F74A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 75.77%
G = 22.7%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74A05 (or 0xF74A05) is known color: Vermilion. HEX triplet: F7, 4A and 05. RGB value is (247,74,5). Sum of RGB (Red+Green+Blue) = 247+74+5=326 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.77% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74A05 is #08B5FA. Grayscale: #767676. Windows color (decimal): -570875 or 346871. OLE color: 346871.

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

Color convert

RGB 247 74 5 -
CMYK 0 0.70 0.98 0.03
HSL 17.11º 0.96% 0.49% -
HSV(B) 17.11º 0.98% 0.97% -
XYZ 40.83 24.68 2.76 -
YUV 117.86 64.31 220.11 -
System Red Green Blue C M Y K H S L
Decimal 247 74 5 0 0.70 0.98 0.03 17.11 0.96 0.49
Hex F7 4A 5 0 46 62 3 11 60 31
Octal 367 112 5 0 106 142 3 21 140 61
Binary 11110111 1001010 101 0 1000110 1100010 11 10001 1100000 110001

Color Harmonies of #F74A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A05

Black with #F74A05

Text Example


Text Example

White with #F74A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A05; }

 p { color: rgb(247,74,5); }

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

background-color css

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

 a { background-color: rgb(247,74,5); }

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

border-color css

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

 span { border-color: rgb(247,74,5); }

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