#F5AF05

Color #F5AF05 Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #F5AF05

Tints of Selective Yellow #F5AF05

Color information

#F5AF05 (or 0xF5AF05) is unknown color: approx Selective Yellow. HEX triplet: F5, AF and 05. RGB value is (245,175,5). Sum of RGB (Red+Green+Blue) = 245+175+5=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF05 is #0A50FA. Grayscale: #B1B1B1. Windows color (decimal): -676091 or 372725. OLE color: 372725.

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

Color convert

RGB2451755-
CMYK00.290.980.04
HSL42.5º96%49.02%-
HSV(B)42.5º97.96%96.08%-
XYZ53.0150.087.02-
YUV176.5531.19176.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.65%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 5 (2.34% from 255) = 1.18%
R=57.65%
G=41.18%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245175500.290.980.0442.59649.02
HexF5AF501D6242a6031
Octal365257503514245214061
Binary111101011010111110101110111000101001010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF05; }

 p { color: rgb(245,175,5); }

 H1.HeaderClassName
 {
   color: #F5AF05;
 }
 .AnyTagClassName
 {
   color: #F5AF05;
 }
</style>
background-color css

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

 a { background-color: rgb(245,175,5); }

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

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

 span { border-color: rgb(245,175,5); }

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