Html Css Color HEX #F34C10 Vermilion

📋 copy color: '#F34C10'

red 243 ◦ green 76 ◦ blue 16

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

Shades of Vermilion #F34C10

Tints of Vermilion #F34C10

RGB

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

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

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

R = 72.54%
G = 22.69%
B = 4.78%

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

#F34C10 (or 0xF34C10) is known color: Vermilion. HEX triplet: F3, 4C and 10. RGB value is (243,76,16). Sum of RGB (Red+Green+Blue) = 243+76+16=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C10 is #0CB3EF. Grayscale: #777777. Windows color (decimal): -832496 or 1068275. OLE color: 1068275.

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

Color convert

RGB 243 76 16 -
CMYK 0 0.69 0.93 0.05
HSL 15.86º 0.9% 0.51% -
HSV(B) 15.86º 0.93% 0.95% -
XYZ 39.64 24.26 3.08 -
YUV 119.09 69.83 216.38 -
System Red Green Blue C M Y K H S L
Decimal 243 76 16 0 0.69 0.93 0.05 15.86 0.9 0.51
Hex F3 4C 10 0 45 5D 5 10 5A 33
Octal 363 114 20 0 105 135 5 20 132 63
Binary 11110011 1001100 10000 0 1000101 1011101 101 10000 1011010 110011

Color Harmonies of #F34C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C10

Black with #F34C10

Text Example


Text Example

White with #F34C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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