Html Css Color HEX #FAB91A Moon Yellow

📋 copy color: '#FAB91A'

red 250 ◦ green 185 ◦ blue 26

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

Shades of Moon Yellow #FAB91A

Tints of Moon Yellow #FAB91A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.13%

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

R = 54.23%
G = 40.13%
B = 5.64%

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

#FAB91A (or 0xFAB91A) is known color: Moon Yellow. HEX triplet: FA, B9 and 1A. RGB value is (250,185,26). Sum of RGB (Red+Green+Blue) = 250+185+26=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB91A is #0546E5. Grayscale: #BBBBBB. Windows color (decimal): -345830 or 1751546. OLE color: 1751546.

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

Color convert

RGB 250 185 26 -
CMYK 0 0.26 0.90 0.02
HSL 42.59º 0.96% 0.54% -
HSV(B) 42.59º 0.9% 0.98% -
XYZ 56.96 55.1 8.61 -
YUV 186.31 37.53 173.43 -
System Red Green Blue C M Y K H S L
Decimal 250 185 26 0 0.26 0.90 0.02 42.59 0.96 0.54
Hex FA B9 1A 0 1A 5A 2 2B 60 36
Octal 372 271 32 0 32 132 2 53 140 66
Binary 11111010 10111001 11010 0 11010 1011010 10 101011 1100000 110110

Color Harmonies of #FAB91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB91A

Black with #FAB91A

Text Example


Text Example

White with #FAB91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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