Html Css Color HEX #FBC11A Moon Yellow

📋 copy color: '#FBC11A'

red 251 ◦ green 193 ◦ blue 26

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

Shades of Moon Yellow #FBC11A

Tints of Moon Yellow #FBC11A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 53.4%
G = 41.06%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBC11A (or 0xFBC11A) is known color: Moon Yellow. HEX triplet: FB, C1 and 1A. RGB value is (251,193,26). Sum of RGB (Red+Green+Blue) = 251+193+26=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC11A is #043EE5. Grayscale: #C0C0C0. Windows color (decimal): -278246 or 1753595. OLE color: 1753595.

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

Color convert

RGB 251 193 26 -
CMYK 0 0.23 0.90 0.02
HSL 44.53º 0.97% 0.54% -
HSV(B) 44.53º 0.9% 0.98% -
XYZ 59.04 58.72 9.2 -
YUV 191.3 34.72 170.58 -
System Red Green Blue C M Y K H S L
Decimal 251 193 26 0 0.23 0.90 0.02 44.53 0.97 0.54
Hex FB C1 1A 0 17 5A 2 2D 61 36
Octal 373 301 32 0 27 132 2 55 141 66
Binary 11111011 11000001 11010 0 10111 1011010 10 101101 1100001 110110

Color Harmonies of #FBC11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC11A

Black with #FBC11A

Text Example


Text Example

White with #FBC11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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