Html Css Color HEX #F5A501 Orange

📋 copy color: '#F5A501'

red 245 ◦ green 165 ◦ blue 1

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

Shades of Orange #F5A501

Tints of Orange #F5A501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 59.61%
G = 40.15%
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

#F5A501 (or 0xF5A501) is known color: Orange. HEX triplet: F5, A5 and 01. RGB value is (245,165,1). Sum of RGB (Red+Green+Blue) = 245+165+1=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A501 is #0A5AFE. Grayscale: #AAAAAA. Windows color (decimal): -678655 or 108021. OLE color: 108021.

HSL color Cylindrical-coordinate representation of color #F5A501: hue angle of 40.33º 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 #F5A501 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 165 1 -
CMYK 0 0.33 1.00 0.04
HSL 40.33º 0.99% 0.48% -
HSV(B) 40.33º 1% 0.96% -
XYZ 51.12 46.32 6.28 -
YUV 170.22 32.5 181.34 -
System Red Green Blue C M Y K H S L
Decimal 245 165 1 0 0.33 1.00 0.04 40.33 0.99 0.48
Hex F5 A5 1 0 21 64 4 28 63 30
Octal 365 245 1 0 41 144 4 50 143 60
Binary 11110101 10100101 1 0 100001 1100100 100 101000 1100011 110000

Color Harmonies of #F5A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A501

Black with #F5A501

Text Example


Text Example

White with #F5A501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A501; }

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

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

background-color css

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

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

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

border-color css

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

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

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