Html Css Color HEX #F34E10 Vermilion

📋 copy color: '#F34E10'

red 243 ◦ green 78 ◦ blue 16

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

Shades of Vermilion #F34E10

Tints of Vermilion #F34E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

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

R = 72.11%
G = 23.15%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F34E10 (or 0xF34E10) is known color: Vermilion. HEX triplet: F3, 4E and 10. RGB value is (243,78,16). Sum of RGB (Red+Green+Blue) = 243+78+16=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34E10 is #0CB1EF. Grayscale: #787878. Windows color (decimal): -831984 or 1068787. OLE color: 1068787.

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

Color convert

RGB 243 78 16 -
CMYK 0 0.68 0.93 0.05
HSL 16.39º 0.9% 0.51% -
HSV(B) 16.39º 0.93% 0.95% -
XYZ 39.78 24.54 3.13 -
YUV 120.27 69.16 215.54 -
System Red Green Blue C M Y K H S L
Decimal 243 78 16 0 0.68 0.93 0.05 16.39 0.9 0.51
Hex F3 4E 10 0 44 5D 5 10 5A 33
Octal 363 116 20 0 104 135 5 20 132 63
Binary 11110011 1001110 10000 0 1000100 1011101 101 10000 1011010 110011

Color Harmonies of #F34E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E10

Black with #F34E10

Text Example


Text Example

White with #F34E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E10; }

 p { color: rgb(243,78,16); }

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

background-color css

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

 a { background-color: rgb(243,78,16); }

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

border-color css

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

 span { border-color: rgb(243,78,16); }

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