#F5BA0C

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

Shades of Selective Yellow #F5BA0C

Tints of Selective Yellow #F5BA0C

Color information

#F5BA0C (or 0xF5BA0C) is unknown color: approx Selective Yellow. HEX triplet: F5, BA and 0C. RGB value is (245,186,12). Sum of RGB (Red+Green+Blue) = 245+186+12=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA0C is #0A45F3. Grayscale: #B8B8B8. Windows color (decimal): -673268 or 834293. OLE color: 834293.

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

Color convert

RGB24518612-
CMYK00.240.950.04
HSL44.81º92.09%50.39%-
HSV(B)44.81º95.1%96.08%-
XYZ55.2854.567.96-
YUV183.831.05171.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.30%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 12 (5.08% from 255) = 2.71%
R=55.30%
G=41.99%
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
Decimal2451861200.240.950.0444.8192.0950.39
HexF5BAC0185F42d5c32
Octal3652721403013745513462
Binary1111010110111010110001100010111111001011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA0C; }

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

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

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

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

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

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

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

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