Html Css Color HEX #F34D16 Vermilion

📋 copy color: '#F34D16'

red 243 ◦ green 77 ◦ blue 22

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

Shades of Vermilion #F34D16

Tints of Vermilion #F34D16

RGB

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

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

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

R = 71.05%
G = 22.51%
B = 6.43%

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

#F34D16 (or 0xF34D16) is known color: Vermilion. HEX triplet: F3, 4D and 16. RGB value is (243,77,22). Sum of RGB (Red+Green+Blue) = 243+77+22=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34D16 is #0CB2E9. Grayscale: #787878. Windows color (decimal): -832234 or 1461747. OLE color: 1461747.

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

Color convert

RGB 243 77 22 -
CMYK 0 0.68 0.91 0.05
HSL 14.93º 0.9% 0.52% -
HSV(B) 14.93º 0.91% 0.95% -
XYZ 39.76 24.42 3.38 -
YUV 120.36 72.5 215.47 -
System Red Green Blue C M Y K H S L
Decimal 243 77 22 0 0.68 0.91 0.05 14.93 0.9 0.52
Hex F3 4D 16 0 44 5B 5 F 5A 34
Octal 363 115 26 0 104 133 5 17 132 64
Binary 11110011 1001101 10110 0 1000100 1011011 101 1111 1011010 110100

Color Harmonies of #F34D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D16

Black with #F34D16

Text Example


Text Example

White with #F34D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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