Html Css Color HEX #F44A10 Vermilion

📋 copy color: '#F44A10'

red 244 ◦ green 74 ◦ blue 16

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

Shades of Vermilion #F44A10

Tints of Vermilion #F44A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 73.05%
G = 22.16%
B = 4.79%

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

#F44A10 (or 0xF44A10) is known color: Vermilion. HEX triplet: F4, 4A and 10. RGB value is (244,74,16). Sum of RGB (Red+Green+Blue) = 244+74+16=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A10 is #0BB5EF. Grayscale: #767676. Windows color (decimal): -767472 or 1067764. OLE color: 1067764.

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

Color convert

RGB 244 74 16 -
CMYK 0 0.70 0.93 0.04
HSL 15.26º 0.91% 0.51% -
HSV(B) 15.26º 0.93% 0.96% -
XYZ 39.85 24.17 3.05 -
YUV 118.22 70.32 217.72 -
System Red Green Blue C M Y K H S L
Decimal 244 74 16 0 0.70 0.93 0.04 15.26 0.91 0.51
Hex F4 4A 10 0 46 5D 4 F 5B 33
Octal 364 112 20 0 106 135 4 17 133 63
Binary 11110100 1001010 10000 0 1000110 1011101 100 1111 1011011 110011

Color Harmonies of #F44A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44A10

Black with #F44A10

Text Example


Text Example

White with #F44A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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