Html Css Color HEX #F14905 Vermilion

📋 copy color: '#F14905'

red 241 ◦ green 73 ◦ blue 5

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

Shades of Vermilion #F14905

Tints of Vermilion #F14905

RGB

 RED value IS 241 (94.53% from 255) = 75.55%

 GREEN value IS 73 (28.91% from 255) = 22.88%

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

R = 75.55%
G = 22.88%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F14905 (or 0xF14905) is known color: Vermilion. HEX triplet: F1, 49 and 05. RGB value is (241,73,5). Sum of RGB (Red+Green+Blue) = 241+73+5=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F14905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14905 is #0EB6FA. Grayscale: #737373. Windows color (decimal): -964347 or 346609. OLE color: 346609.

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

Color convert

RGB 241 73 5 -
CMYK 0 0.70 0.98 0.05
HSL 17.29º 0.96% 0.48% -
HSV(B) 17.29º 0.98% 0.95% -
XYZ 38.69 23.48 2.64 -
YUV 115.48 65.66 217.53 -
System Red Green Blue C M Y K H S L
Decimal 241 73 5 0 0.70 0.98 0.05 17.29 0.96 0.48
Hex F1 49 5 0 46 62 5 11 60 30
Octal 361 111 5 0 106 142 5 21 140 60
Binary 11110001 1001001 101 0 1000110 1100010 101 10001 1100000 110000

Color Harmonies of #F14905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14905

Black with #F14905

Text Example


Text Example

White with #F14905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14905; }

 p { color: rgb(241,73,5); }

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

background-color css

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

 a { background-color: rgb(241,73,5); }

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

border-color css

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

 span { border-color: rgb(241,73,5); }

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