Html Css Color HEX #F44A11 Vermilion

📋 copy color: '#F44A11'

red 244 ◦ green 74 ◦ blue 17

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

Shades of Vermilion #F44A11

Tints of Vermilion #F44A11

RGB

 RED value IS 244 (95.7% from 255) = 72.84%

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

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 72.84%
G = 22.09%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F44A11 (or 0xF44A11) is known color: Vermilion. HEX triplet: F4, 4A and 11. RGB value is (244,74,17). Sum of RGB (Red+Green+Blue) = 244+74+17=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A11 is #0BB5EE. Grayscale: #767676. Windows color (decimal): -767471 or 1133300. OLE color: 1133300.

HSL color Cylindrical-coordinate representation of color #F44A11: hue angle of 15.07º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F44A11 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 74 17 -
CMYK 0 0.70 0.93 0.04
HSL 15.07º 0.91% 0.51% -
HSV(B) 15.07º 0.93% 0.96% -
XYZ 39.86 24.17 3.1 -
YUV 118.33 70.82 217.63 -
System Red Green Blue C M Y K H S L
Decimal 244 74 17 0 0.70 0.93 0.04 15.07 0.91 0.51
Hex F4 4A 11 0 46 5D 4 F 5B 33
Octal 364 112 21 0 106 135 4 17 133 63
Binary 11110100 1001010 10001 0 1000110 1011101 100 1111 1011011 110011

Color Harmonies of #F44A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44A11

Black with #F44A11

Text Example


Text Example

White with #F44A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44A11; }

 p { color: rgb(244,74,17); }

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

background-color css

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

 a { background-color: rgb(244,74,17); }

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

border-color css

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

 span { border-color: rgb(244,74,17); }

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