#F5B90C

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

Shades of Selective Yellow #F5B90C

Tints of Selective Yellow #F5B90C

Color information

#F5B90C (or 0xF5B90C) is unknown color: approx Selective Yellow. HEX triplet: F5, B9 and 0C. RGB value is (245,185,12). Sum of RGB (Red+Green+Blue) = 245+185+12=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B90C is #0A46F3. Grayscale: #B7B7B7. Windows color (decimal): -673524 or 834037. OLE color: 834037.

HSL color Cylindrical-coordinate representation of color #F5B90C: hue angle of 44.55º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5B90C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB24518512-
CMYK00.240.950.04
HSL44.55º92.09%50.39%-
HSV(B)44.55º95.1%96.08%-
XYZ55.0754.147.89-
YUV183.2231.38172.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.43%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 12 (5.08% from 255) = 2.71%
R=55.43%
G=41.86%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451851200.240.950.0444.5592.0950.39
HexF5B9C0185F42d5c32
Octal3652711403013745513462
Binary1111010110111001110001100010111111001011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B90C; }

 p { color: rgb(245,185,12); }

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

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

 a { background-color: rgb(245,185,12); }

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

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

 span { border-color: rgb(245,185,12); }

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