#ffb90f

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

Shades of Selective Yellow #FFB90F

Tints of Selective Yellow #FFB90F

Color information

#FFB90F (or 0xFFB90F) is unknown color: approx Selective Yellow. HEX triplet: FF, B9 and 0F. RGB value is (255,185,15). Sum of RGB (Red+Green+Blue) = 255+185+15=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB90F is #0046F0. Grayscale: #BBBBBB. Windows color (decimal): -18161 or 1030655. OLE color: 1030655.

HSL color Cylindrical-coordinate representation of color #FFB90F: hue angle of 42.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFB90F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB25518515-
CMYK00.270.940
HSL42.5º100%52.94%-
HSV(B)42.5º94.12%100%-
XYZ58.6855.998.17-
YUV186.5531.19176.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 15 (6.25% from 255) = 3.30%
R=56.04%
G=40.66%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551851500.270.94042.510052.94
HexFFB9F01B5E02a6435
Octal3772711703313605214465
Binary11111111101110011111011011101111001010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb90f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb90f; }

 p { color: rgb(255,185,15); }

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

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

 a { background-color: rgb(255,185,15); }

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

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

 span { border-color: rgb(255,185,15); }

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