Html Css Color HEX #FAB81A Moon Yellow

📋 copy color: '#FAB81A'

red 250 ◦ green 184 ◦ blue 26

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

Shades of Moon Yellow #FAB81A

Tints of Moon Yellow #FAB81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.65%

R = 54.35%
G = 40%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAB81A (or 0xFAB81A) is known color: Moon Yellow. HEX triplet: FA, B8 and 1A. RGB value is (250,184,26). Sum of RGB (Red+Green+Blue) = 250+184+26=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB81A is #0547E5. Grayscale: #BABABA. Windows color (decimal): -346086 or 1751290. OLE color: 1751290.

HSL color Cylindrical-coordinate representation of color #FAB81A: hue angle of 42.32º degrees, saturation: 0.96, 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 #FAB81A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 26 -
CMYK 0 0.26 0.90 0.02
HSL 42.32º 0.96% 0.54% -
HSV(B) 42.32º 0.9% 0.98% -
XYZ 56.75 54.68 8.54 -
YUV 185.72 37.87 173.85 -
System Red Green Blue C M Y K H S L
Decimal 250 184 26 0 0.26 0.90 0.02 42.32 0.96 0.54
Hex FA B8 1A 0 1A 5A 2 2A 60 36
Octal 372 270 32 0 32 132 2 52 140 66
Binary 11111010 10111000 11010 0 11010 1011010 10 101010 1100000 110110

Color Harmonies of #FAB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB81A

Black with #FAB81A

Text Example


Text Example

White with #FAB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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