Html Css Color HEX #F34D14 Vermilion

📋 copy color: '#F34D14'

red 243 ◦ green 77 ◦ blue 20

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

Shades of Vermilion #F34D14

Tints of Vermilion #F34D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.65%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 71.47%
G = 22.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F34D14 (or 0xF34D14) is known color: Vermilion. HEX triplet: F3, 4D and 14. RGB value is (243,77,20). Sum of RGB (Red+Green+Blue) = 243+77+20=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34D14 is #0CB2EB. Grayscale: #787878. Windows color (decimal): -832236 or 1330675. OLE color: 1330675.

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

Color convert

RGB 243 77 20 -
CMYK 0 0.68 0.92 0.05
HSL 15.34º 0.9% 0.52% -
HSV(B) 15.34º 0.92% 0.95% -
XYZ 39.74 24.41 3.28 -
YUV 120.14 71.5 215.63 -
System Red Green Blue C M Y K H S L
Decimal 243 77 20 0 0.68 0.92 0.05 15.34 0.9 0.52
Hex F3 4D 14 0 44 5C 5 F 5A 34
Octal 363 115 24 0 104 134 5 17 132 64
Binary 11110011 1001101 10100 0 1000100 1011100 101 1111 1011010 110100

Color Harmonies of #F34D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D14

Black with #F34D14

Text Example


Text Example

White with #F34D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D14; }

 p { color: rgb(243,77,20); }

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

background-color css

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

 a { background-color: rgb(243,77,20); }

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

border-color css

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

 span { border-color: rgb(243,77,20); }

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