Html Css Color HEX #F34E16 Vermilion

📋 copy color: '#F34E16'

red 243 ◦ green 78 ◦ blue 22

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

Shades of Vermilion #F34E16

Tints of Vermilion #F34E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 70.85%
G = 22.74%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F34E16 (or 0xF34E16) is known color: Vermilion. HEX triplet: F3, 4E and 16. RGB value is (243,78,22). Sum of RGB (Red+Green+Blue) = 243+78+22=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34E16 is #0CB1E9. Grayscale: #797979. Windows color (decimal): -831978 or 1462003. OLE color: 1462003.

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

Color convert

RGB 243 78 22 -
CMYK 0 0.68 0.91 0.05
HSL 15.2º 0.9% 0.52% -
HSV(B) 15.2º 0.91% 0.95% -
XYZ 39.83 24.56 3.4 -
YUV 120.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 243 78 22 0 0.68 0.91 0.05 15.2 0.9 0.52
Hex F3 4E 16 0 44 5B 5 F 5A 34
Octal 363 116 26 0 104 133 5 17 132 64
Binary 11110011 1001110 10110 0 1000100 1011011 101 1111 1011010 110100

Color Harmonies of #F34E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34E16

Black with #F34E16

Text Example


Text Example

White with #F34E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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