Html Css Color HEX #F5A600 Orange

📋 copy color: '#F5A600'

red 245 ◦ green 166 ◦ blue 0

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

Shades of Orange #F5A600

Tints of Orange #F5A600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.61%
G = 40.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F5A600 (or 0xF5A600) is known color: Orange. HEX triplet: F5, A6 and 00. RGB value is (245,166,0). Sum of RGB (Red+Green+Blue) = 245+166+0=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A600 is #0A59FF. Grayscale: #ABABAB. Windows color (decimal): -678400 or 42741. OLE color: 42741.

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

Color convert

RGB 245 166 0 -
CMYK 0 0.32 1 0.04
HSL 40.65º 1% 0.48% -
HSV(B) 40.65º 1% 0.96% -
XYZ 51.29 46.68 6.31 -
YUV 170.7 31.67 181 -
System Red Green Blue C M Y K H S L
Decimal 245 166 0 0 0.32 1 0.04 40.65 1 0.48
Hex F5 A6 0 0 20 64 4 29 64 30
Octal 365 246 0 0 40 144 4 51 144 60
Binary 11110101 10100110 0 0 100000 1100100 100 101001 1100100 110000

Color Harmonies of #F5A600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A600

Black with #F5A600

Text Example


Text Example

White with #F5A600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A600; }

 p { color: rgb(245,166,0); }

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

background-color css

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

 a { background-color: rgb(245,166,0); }

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

border-color css

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

 span { border-color: rgb(245,166,0); }

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