Html Css Color HEX #F5A200 Orange

📋 copy color: '#F5A200'

red 245 ◦ green 162 ◦ blue 0

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

Shades of Orange #F5A200

Tints of Orange #F5A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 60.2%
G = 39.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F5A200 (or 0xF5A200) is known color: Orange. HEX triplet: F5, A2 and 00. RGB value is (245,162,0). Sum of RGB (Red+Green+Blue) = 245+162+0=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A200 is #0A5DFF. Grayscale: #A9A9A9. Windows color (decimal): -679424 or 41717. OLE color: 41717.

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

Color convert

RGB 245 162 0 -
CMYK 0 0.34 1 0.04
HSL 39.67º 1% 0.48% -
HSV(B) 39.67º 1% 0.96% -
XYZ 50.58 45.25 6.07 -
YUV 168.35 33 182.67 -
System Red Green Blue C M Y K H S L
Decimal 245 162 0 0 0.34 1 0.04 39.67 1 0.48
Hex F5 A2 0 0 22 64 4 28 64 30
Octal 365 242 0 0 42 144 4 50 144 60
Binary 11110101 10100010 0 0 100010 1100100 100 101000 1100100 110000

Color Harmonies of #F5A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A200

Black with #F5A200

Text Example


Text Example

White with #F5A200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A200; }

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

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

background-color css

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

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

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

border-color css

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

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

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