#ffb80f

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

Shades of Selective Yellow #FFB80F

Tints of Selective Yellow #FFB80F

Color information

#FFB80F (or 0xFFB80F) is unknown color: approx Selective Yellow. HEX triplet: FF, B8 and 0F. RGB value is (255,184,15). Sum of RGB (Red+Green+Blue) = 255+184+15=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB80F is #0047F0. Grayscale: #BABABA. Windows color (decimal): -18417 or 1030399. OLE color: 1030399.

HSL color Cylindrical-coordinate representation of color #FFB80F: hue angle of 42.25º 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 #FFB80F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB25518415-
CMYK00.280.940
HSL42.25º100%52.94%-
HSV(B)42.25º94.12%100%-
XYZ58.4755.588.1-
YUV185.9631.52177.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 15 (6.25% from 255) = 3.30%
R=56.17%
G=40.53%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551841500.280.94042.2510052.94
HexFFB8F01C5E02a6435
Octal3772701703413605214465
Binary11111111101110001111011100101111001010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb80f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb80f; }

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

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

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

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

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

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

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

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