Html Css Color HEX #F44C0E Vermilion

📋 copy color: '#F44C0E'

red 244 ◦ green 76 ◦ blue 14

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

Shades of Vermilion #F44C0E

Tints of Vermilion #F44C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 73.05%
G = 22.75%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F44C0E (or 0xF44C0E) is known color: Vermilion. HEX triplet: F4, 4C and 0E. RGB value is (244,76,14). Sum of RGB (Red+Green+Blue) = 244+76+14=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44C0E is #0BB3F1. Grayscale: #777777. Windows color (decimal): -766962 or 937204. OLE color: 937204.

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

Color convert

RGB 244 76 14 -
CMYK 0 0.69 0.94 0.04
HSL 16.17º 0.91% 0.51% -
HSV(B) 16.17º 0.94% 0.96% -
XYZ 39.97 24.43 3.02 -
YUV 119.16 68.66 217.04 -
System Red Green Blue C M Y K H S L
Decimal 244 76 14 0 0.69 0.94 0.04 16.17 0.91 0.51
Hex F4 4C E 0 45 5E 4 10 5B 33
Octal 364 114 16 0 105 136 4 20 133 63
Binary 11110100 1001100 1110 0 1000101 1011110 100 10000 1011011 110011

Color Harmonies of #F44C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44C0E

Black with #F44C0E

Text Example


Text Example

White with #F44C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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