Html Css Color HEX #F34C11 Vermilion

📋 copy color: '#F34C11'

red 243 ◦ green 76 ◦ blue 17

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

Shades of Vermilion #F34C11

Tints of Vermilion #F34C11

RGB

 RED value IS 243 (95.31% from 255) = 72.32%

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

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

R = 72.32%
G = 22.62%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34C11 (or 0xF34C11) is known color: Vermilion. HEX triplet: F3, 4C and 11. RGB value is (243,76,17). Sum of RGB (Red+Green+Blue) = 243+76+17=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C11 is #0CB3EE. Grayscale: #777777. Windows color (decimal): -832495 or 1133811. OLE color: 1133811.

HSL color Cylindrical-coordinate representation of color #F34C11: hue angle of 15.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F34C11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 76 17 -
CMYK 0 0.69 0.93 0.05
HSL 15.66º 0.9% 0.51% -
HSV(B) 15.66º 0.93% 0.95% -
XYZ 39.65 24.26 3.12 -
YUV 119.21 70.33 216.3 -
System Red Green Blue C M Y K H S L
Decimal 243 76 17 0 0.69 0.93 0.05 15.66 0.9 0.51
Hex F3 4C 11 0 45 5D 5 10 5A 33
Octal 363 114 21 0 105 135 5 20 132 63
Binary 11110011 1001100 10001 0 1000101 1011101 101 10000 1011010 110011

Color Harmonies of #F34C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C11

Black with #F34C11

Text Example


Text Example

White with #F34C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C11; }

 p { color: rgb(243,76,17); }

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

background-color css

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

 a { background-color: rgb(243,76,17); }

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

border-color css

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

 span { border-color: rgb(243,76,17); }

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