Html Css Color HEX #F34901 Vermilion

📋 copy color: '#F34901'

red 243 ◦ green 73 ◦ blue 1

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

Shades of Vermilion #F34901

Tints of Vermilion #F34901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 76.66%
G = 23.03%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F34901 (or 0xF34901) is known color: Vermilion. HEX triplet: F3, 49 and 01. RGB value is (243,73,1). Sum of RGB (Red+Green+Blue) = 243+73+1=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F34901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34901 is #0CB6FE. Grayscale: #747474. Windows color (decimal): -833279 or 84467. OLE color: 84467.

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

Color convert

RGB 243 73 1 -
CMYK 0 0.70 1.00 0.05
HSL 17.85º 0.99% 0.48% -
HSV(B) 17.85º 1% 0.95% -
XYZ 39.35 23.82 2.55 -
YUV 115.62 63.32 218.85 -
System Red Green Blue C M Y K H S L
Decimal 243 73 1 0 0.70 1.00 0.05 17.85 0.99 0.48
Hex F3 49 1 0 46 64 5 12 63 30
Octal 363 111 1 0 106 144 5 22 143 60
Binary 11110011 1001001 1 0 1000110 1100100 101 10010 1100011 110000

Color Harmonies of #F34901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34901

Black with #F34901

Text Example


Text Example

White with #F34901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34901; }

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

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

background-color css

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

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

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

border-color css

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

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

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