#F5B50D

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

Shades of Selective Yellow #F5B50D

Tints of Selective Yellow #F5B50D

Color information

#F5B50D (or 0xF5B50D) is unknown color: approx Selective Yellow. HEX triplet: F5, B5 and 0D. RGB value is (245,181,13). Sum of RGB (Red+Green+Blue) = 245+181+13=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B50D is #0A4AF2. Grayscale: #B5B5B5. Windows color (decimal): -674547 or 898549. OLE color: 898549.

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

Color convert

RGB24518113-
CMYK00.260.950.04
HSL43.45º92.06%50.59%-
HSV(B)43.45º94.69%96.08%-
XYZ54.2552.497.65-
YUV180.9833.2173.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 13 (5.47% from 255) = 2.96%
R=55.81%
G=41.23%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451811300.260.950.0443.4592.0650.59
HexF5B5D01A5F42b5c33
Octal3652651503213745313463
Binary1111010110110101110101101010111111001010111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B50D; }

 p { color: rgb(245,181,13); }

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

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

 a { background-color: rgb(245,181,13); }

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

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

 span { border-color: rgb(245,181,13); }

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