Html Css Color HEX #F5A304 Orange

📋 copy color: '#F5A304'

red 245 ◦ green 163 ◦ blue 4

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

Shades of Orange #F5A304

Tints of Orange #F5A304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.56%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 59.47%
G = 39.56%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5A304 (or 0xF5A304) is known color: Orange. HEX triplet: F5, A3 and 04. RGB value is (245,163,4). Sum of RGB (Red+Green+Blue) = 245+163+4=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A304 is #0A5CFB. Grayscale: #AAAAAA. Windows color (decimal): -679164 or 304117. OLE color: 304117.

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

Color convert

RGB 245 163 4 -
CMYK 0 0.33 0.98 0.04
HSL 39.59º 0.97% 0.49% -
HSV(B) 39.59º 0.98% 0.96% -
XYZ 50.78 45.62 6.24 -
YUV 169.39 34.67 181.93 -
System Red Green Blue C M Y K H S L
Decimal 245 163 4 0 0.33 0.98 0.04 39.59 0.97 0.49
Hex F5 A3 4 0 21 62 4 28 61 31
Octal 365 243 4 0 41 142 4 50 141 61
Binary 11110101 10100011 100 0 100001 1100010 100 101000 1100001 110001

Color Harmonies of #F5A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A304

Black with #F5A304

Text Example


Text Example

White with #F5A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A304; }

 p { color: rgb(245,163,4); }

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

background-color css

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

 a { background-color: rgb(245,163,4); }

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

border-color css

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

 span { border-color: rgb(245,163,4); }

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