#F6B50D

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

Shades of Selective Yellow #F6B50D

Tints of Selective Yellow #F6B50D

Color information

#F6B50D (or 0xF6B50D) is unknown color: approx Selective Yellow. HEX triplet: F6, B5 and 0D. RGB value is (246,181,13). Sum of RGB (Red+Green+Blue) = 246+181+13=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B50D is #094AF2. Grayscale: #B6B6B6. Windows color (decimal): -609011 or 898550. OLE color: 898550.

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

Color convert

RGB24618113-
CMYK00.260.950.04
HSL43.26º92.83%50.78%-
HSV(B)43.26º94.72%96.47%-
XYZ54.652.677.67-
YUV181.2833.03174.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.91%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 13 (5.47% from 255) = 2.95%
R=55.91%
G=41.14%
B=2.95%

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
Decimal2461811300.260.950.0443.2692.8350.78
HexF6B5D01A5F42b5d33
Octal3662651503213745313563
Binary1111011010110101110101101010111111001010111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B50D; }

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

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

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

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

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

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

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

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