Html Css Color HEX #FBC51A Moon Yellow

📋 copy color: '#FBC51A'

red 251 ◦ green 197 ◦ blue 26

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

Shades of Moon Yellow #FBC51A

Tints of Moon Yellow #FBC51A

RGB

 RED value IS 251 (98.44% from 255) = 52.95%

 GREEN value IS 197 (77.34% from 255) = 41.56%

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

R = 52.95%
G = 41.56%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBC51A (or 0xFBC51A) is known color: Moon Yellow. HEX triplet: FB, C5 and 1A. RGB value is (251,197,26). Sum of RGB (Red+Green+Blue) = 251+197+26=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC51A is #043AE5. Grayscale: #C2C2C2. Windows color (decimal): -277222 or 1754619. OLE color: 1754619.

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

Color convert

RGB 251 197 26 -
CMYK 0 0.22 0.90 0.02
HSL 45.6º 0.97% 0.54% -
HSV(B) 45.6º 0.9% 0.98% -
XYZ 59.94 60.52 9.5 -
YUV 193.65 33.39 168.9 -
System Red Green Blue C M Y K H S L
Decimal 251 197 26 0 0.22 0.90 0.02 45.6 0.97 0.54
Hex FB C5 1A 0 16 5A 2 2E 61 36
Octal 373 305 32 0 26 132 2 56 141 66
Binary 11111011 11000101 11010 0 10110 1011010 10 101110 1100001 110110

Color Harmonies of #FBC51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC51A

Black with #FBC51A

Text Example


Text Example

White with #FBC51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC51A; }

 p { color: rgb(251,197,26); }

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

background-color css

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

 a { background-color: rgb(251,197,26); }

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

border-color css

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

 span { border-color: rgb(251,197,26); }

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