Html Css Color HEX #F44C0A Vermilion

📋 copy color: '#F44C0A'

red 244 ◦ green 76 ◦ blue 10

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

Shades of Vermilion #F44C0A

Tints of Vermilion #F44C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 73.94%
G = 23.03%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F44C0A (or 0xF44C0A) is known color: Vermilion. HEX triplet: F4, 4C and 0A. RGB value is (244,76,10). Sum of RGB (Red+Green+Blue) = 244+76+10=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44C0A is #0BB3F5. Grayscale: #777777. Windows color (decimal): -766966 or 675060. OLE color: 675060.

HSL color Cylindrical-coordinate representation of color #F44C0A: hue angle of 16.92º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F44C0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 76 10 -
CMYK 0 0.69 0.96 0.04
HSL 16.92º 0.92% 0.5% -
HSV(B) 16.92º 0.96% 0.96% -
XYZ 39.95 24.42 2.9 -
YUV 118.71 66.66 217.37 -
System Red Green Blue C M Y K H S L
Decimal 244 76 10 0 0.69 0.96 0.04 16.92 0.92 0.5
Hex F4 4C A 0 45 60 4 11 5C 32
Octal 364 114 12 0 105 140 4 21 134 62
Binary 11110100 1001100 1010 0 1000101 1100000 100 10001 1011100 110010

Color Harmonies of #F44C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44C0A

Black with #F44C0A

Text Example


Text Example

White with #F44C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44C0A; }

 p { color: rgb(244,76,10); }

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

background-color css

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

 a { background-color: rgb(244,76,10); }

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

border-color css

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

 span { border-color: rgb(244,76,10); }

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