Html Css Color HEX #F5A502 Orange

📋 copy color: '#F5A502'

red 245 ◦ green 165 ◦ blue 2

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

Shades of Orange #F5A502

Tints of Orange #F5A502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 59.47%
G = 40.05%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5A502 (or 0xF5A502) is known color: Orange. HEX triplet: F5, A5 and 02. RGB value is (245,165,2). Sum of RGB (Red+Green+Blue) = 245+165+2=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A502 is #0A5AFD. Grayscale: #ABABAB. Windows color (decimal): -678654 or 173557. OLE color: 173557.

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

Color convert

RGB 245 165 2 -
CMYK 0 0.33 0.99 0.04
HSL 40.25º 0.98% 0.48% -
HSV(B) 40.25º 0.99% 0.96% -
XYZ 51.12 46.33 6.31 -
YUV 170.34 33 181.25 -
System Red Green Blue C M Y K H S L
Decimal 245 165 2 0 0.33 0.99 0.04 40.25 0.98 0.48
Hex F5 A5 2 0 21 63 4 28 62 30
Octal 365 245 2 0 41 143 4 50 142 60
Binary 11110101 10100101 10 0 100001 1100011 100 101000 1100010 110000

Color Harmonies of #F5A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A502

Black with #F5A502

Text Example


Text Example

White with #F5A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A502; }

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

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

background-color css

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

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

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

border-color css

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

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

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