Html Css Color HEX #F5A301 Orange

📋 copy color: '#F5A301'

red 245 ◦ green 163 ◦ blue 1

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

Shades of Orange #F5A301

Tints of Orange #F5A301

RGB

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

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

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

R = 59.9%
G = 39.85%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F5A301 (or 0xF5A301) is known color: Orange. HEX triplet: F5, A3 and 01. RGB value is (245,163,1). Sum of RGB (Red+Green+Blue) = 245+163+1=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A301 is #0A5CFE. Grayscale: #A9A9A9. Windows color (decimal): -679167 or 107509. OLE color: 107509.

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

Color convert

RGB 245 163 1 -
CMYK 0 0.33 1.00 0.04
HSL 39.84º 0.99% 0.48% -
HSV(B) 39.84º 1% 0.96% -
XYZ 50.76 45.61 6.16 -
YUV 169.05 33.17 182.17 -
System Red Green Blue C M Y K H S L
Decimal 245 163 1 0 0.33 1.00 0.04 39.84 0.99 0.48
Hex F5 A3 1 0 21 64 4 28 63 30
Octal 365 243 1 0 41 144 4 50 143 60
Binary 11110101 10100011 1 0 100001 1100100 100 101000 1100011 110000

Color Harmonies of #F5A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A301

Black with #F5A301

Text Example


Text Example

White with #F5A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A301; }

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

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

background-color css

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

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

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

border-color css

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

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

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