Html Css Color HEX #F34900 Vermilion

📋 copy color: '#F34900'

red 243 ◦ green 73 ◦ blue 0

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

Shades of Vermilion #F34900

Tints of Vermilion #F34900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.9%
G = 23.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F34900 (or 0xF34900) is known color: Vermilion. HEX triplet: F3, 49 and 00. RGB value is (243,73,0). Sum of RGB (Red+Green+Blue) = 243+73+0=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F34900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34900 is #0CB6FF. Grayscale: #737373. Windows color (decimal): -833280 or 18931. OLE color: 18931.

HSL color Cylindrical-coordinate representation of color #F34900: hue angle of 18.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F34900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 73 0 -
CMYK 0 0.70 1 0.05
HSL 18.02º 1% 0.48% -
HSV(B) 18.02º 1% 0.95% -
XYZ 39.34 23.82 2.52 -
YUV 115.51 62.82 218.94 -
System Red Green Blue C M Y K H S L
Decimal 243 73 0 0 0.70 1 0.05 18.02 1 0.48
Hex F3 49 0 0 46 64 5 12 64 30
Octal 363 111 0 0 106 144 5 22 144 60
Binary 11110011 1001001 0 0 1000110 1100100 101 10010 1100100 110000

Color Harmonies of #F34900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34900

Black with #F34900

Text Example


Text Example

White with #F34900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34900; }

 p { color: rgb(243,73,0); }

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

background-color css

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

 a { background-color: rgb(243,73,0); }

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

border-color css

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

 span { border-color: rgb(243,73,0); }

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