Html Css Color HEX #FAB71C Moon Yellow

📋 copy color: '#FAB71C'

red 250 ◦ green 183 ◦ blue 28

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

Shades of Moon Yellow #FAB71C

Tints of Moon Yellow #FAB71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.07%

R = 54.23%
G = 39.7%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAB71C (or 0xFAB71C) is known color: Moon Yellow. HEX triplet: FA, B7 and 1C. RGB value is (250,183,28). Sum of RGB (Red+Green+Blue) = 250+183+28=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB71C is #0548E3. Grayscale: #BABABA. Windows color (decimal): -346340 or 1882106. OLE color: 1882106.

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

Color convert

RGB 250 183 28 -
CMYK 0 0.27 0.89 0.02
HSL 41.89º 0.96% 0.55% -
HSV(B) 41.89º 0.89% 0.98% -
XYZ 56.57 54.27 8.59 -
YUV 185.36 39.2 174.1 -
System Red Green Blue C M Y K H S L
Decimal 250 183 28 0 0.27 0.89 0.02 41.89 0.96 0.55
Hex FA B7 1C 0 1B 59 2 2A 60 37
Octal 372 267 34 0 33 131 2 52 140 67
Binary 11111010 10110111 11100 0 11011 1011001 10 101010 1100000 110111

Color Harmonies of #FAB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB71C

Black with #FAB71C

Text Example


Text Example

White with #FAB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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