Html Css Color HEX #FAB720 Moon Yellow

📋 copy color: '#FAB720'

red 250 ◦ green 183 ◦ blue 32

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

Shades of Moon Yellow #FAB720

Tints of Moon Yellow #FAB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 53.76%
G = 39.35%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAB720 (or 0xFAB720) is known color: Moon Yellow. HEX triplet: FA, B7 and 20. RGB value is (250,183,32). Sum of RGB (Red+Green+Blue) = 250+183+32=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB720 is #0548DF. Grayscale: #BABABA. Windows color (decimal): -346336 or 2144250. OLE color: 2144250.

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

Color convert

RGB 250 183 32 -
CMYK 0 0.27 0.87 0.02
HSL 41.56º 0.96% 0.55% -
HSV(B) 41.56º 0.87% 0.98% -
XYZ 56.62 54.3 8.86 -
YUV 185.82 41.2 173.78 -
System Red Green Blue C M Y K H S L
Decimal 250 183 32 0 0.27 0.87 0.02 41.56 0.96 0.55
Hex FA B7 20 0 1B 57 2 2A 60 37
Octal 372 267 40 0 33 127 2 52 140 67
Binary 11111010 10110111 100000 0 11011 1010111 10 101010 1100000 110111

Color Harmonies of #FAB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB720

Black with #FAB720

Text Example


Text Example

White with #FAB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB720; }

 p { color: rgb(250,183,32); }

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

background-color css

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

 a { background-color: rgb(250,183,32); }

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

border-color css

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

 span { border-color: rgb(250,183,32); }

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