Html Css Color HEX #F54902 Vermilion

📋 copy color: '#F54902'

red 245 ◦ green 73 ◦ blue 2

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

Shades of Vermilion #F54902

Tints of Vermilion #F54902

RGB

 RED value IS 245 (96.09% from 255) = 76.56%

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 76.56%
G = 22.81%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F54902 (or 0xF54902) is known color: Vermilion. HEX triplet: F5, 49 and 02. RGB value is (245,73,2). Sum of RGB (Red+Green+Blue) = 245+73+2=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F54902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54902 is #0AB6FD. Grayscale: #747474. Windows color (decimal): -702206 or 150005. OLE color: 150005.

HSL color Cylindrical-coordinate representation of color #F54902: hue angle of 17.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F54902 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 2 -
CMYK 0 0.70 0.99 0.04
HSL 17.53º 0.98% 0.48% -
HSV(B) 17.53º 0.99% 0.96% -
XYZ 40.05 24.18 2.61 -
YUV 116.33 63.48 219.77 -
System Red Green Blue C M Y K H S L
Decimal 245 73 2 0 0.70 0.99 0.04 17.53 0.98 0.48
Hex F5 49 2 0 46 63 4 12 62 30
Octal 365 111 2 0 106 143 4 22 142 60
Binary 11110101 1001001 10 0 1000110 1100011 100 10010 1100010 110000

Color Harmonies of #F54902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54902

Black with #F54902

Text Example


Text Example

White with #F54902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54902; }

 p { color: rgb(245,73,2); }

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

background-color css

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

 a { background-color: rgb(245,73,2); }

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

border-color css

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

 span { border-color: rgb(245,73,2); }

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