Html Css Color HEX #FAB81B Moon Yellow

📋 copy color: '#FAB81B'

red 250 ◦ green 184 ◦ blue 27

#FAB81B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #FAB81B

Tints of Moon Yellow #FAB81B

RGB

 RED value IS 250 (98.05% from 255) = 54.23%

 GREEN value IS 184 (72.27% from 255) = 39.91%

 BLUE value IS 27 (10.94% from 255) = 5.86%

R = 54.23%
G = 39.91%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAB81B (or 0xFAB81B) is known color: Moon Yellow. HEX triplet: FA, B8 and 1B. RGB value is (250,184,27). Sum of RGB (Red+Green+Blue) = 250+184+27=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB81B is #0547E4. Grayscale: #BABABA. Windows color (decimal): -346085 or 1816826. OLE color: 1816826.

HSL color Cylindrical-coordinate representation of color #FAB81B: hue angle of 42.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAB81B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 27 -
CMYK 0 0.26 0.89 0.02
HSL 42.24º 0.96% 0.54% -
HSV(B) 42.24º 0.89% 0.98% -
XYZ 56.76 54.68 8.6 -
YUV 185.84 38.37 173.77 -
System Red Green Blue C M Y K H S L
Decimal 250 184 27 0 0.26 0.89 0.02 42.24 0.96 0.54
Hex FA B8 1B 0 1A 59 2 2A 60 36
Octal 372 270 33 0 32 131 2 52 140 66
Binary 11111010 10111000 11011 0 11010 1011001 10 101010 1100000 110110

Color Harmonies of #FAB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB81B

Black with #FAB81B

Text Example


Text Example

White with #FAB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB81B; }

 p { color: rgb(250,184,27); }

 H1.HeaderClassName
 {
   color: #FAB81B;
 }
 .AnyTagClassName
 {
   color: #FAB81B;
 }
</style>

background-color css

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

 a { background-color: rgb(250,184,27); }

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

border-color css

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

 span { border-color: rgb(250,184,27); }

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