Html Css Color HEX #FBC114 Moon Yellow

📋 copy color: '#FBC114'

red 251 ◦ green 193 ◦ blue 20

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

Shades of Moon Yellow #FBC114

Tints of Moon Yellow #FBC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 54.09%
G = 41.59%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC114 (or 0xFBC114) is known color: Moon Yellow. HEX triplet: FB, C1 and 14. RGB value is (251,193,20). Sum of RGB (Red+Green+Blue) = 251+193+20=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC114 is #043EEB. Grayscale: #BFBFBF. Windows color (decimal): -278252 or 1360379. OLE color: 1360379.

HSL color Cylindrical-coordinate representation of color #FBC114: hue angle of 44.94º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBC114 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 20 -
CMYK 0 0.23 0.92 0.02
HSL 44.94º 0.97% 0.53% -
HSV(B) 44.94º 0.92% 0.98% -
XYZ 58.98 58.7 8.88 -
YUV 190.62 31.72 171.07 -
System Red Green Blue C M Y K H S L
Decimal 251 193 20 0 0.23 0.92 0.02 44.94 0.97 0.53
Hex FB C1 14 0 17 5C 2 2D 61 35
Octal 373 301 24 0 27 134 2 55 141 65
Binary 11111011 11000001 10100 0 10111 1011100 10 101101 1100001 110101

Color Harmonies of #FBC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC114

Black with #FBC114

Text Example


Text Example

White with #FBC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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