#FBBD1A

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

Shades of Moon Yellow #FBBD1A

Tints of Moon Yellow #FBBD1A

Color information

#FBBD1A (or 0xFBBD1A) is unknown color: approx Moon Yellow. HEX triplet: FB, BD and 1A. RGB value is (251,189,26). Sum of RGB (Red+Green+Blue) = 251+189+26=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBD1A is #0442E5. Grayscale: #BDBDBD. Windows color (decimal): -279270 or 1752571. OLE color: 1752571.

HSL color Cylindrical-coordinate representation of color #FBBD1A: hue angle of 43.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBBD1A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB25118926-
CMYK00.250.900.02
HSL43.47º96.57%54.31%-
HSV(B)43.47º89.64%98.43%-
XYZ58.1756.988.91-
YUV188.9636.04172.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.86%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 26 (10.55% from 255) = 5.58%
R=53.86%
G=40.56%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511892600.250.900.0243.4796.5754.31
HexFBBD1A0195A22b6136
Octal3732753203113225314166
Binary1111101110111101110100110011011010101010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBD1A; }

 p { color: rgb(251,189,26); }

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

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

 a { background-color: rgb(251,189,26); }

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

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

 span { border-color: rgb(251,189,26); }

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