Html Css Color HEX #FBC215 Moon Yellow

📋 copy color: '#FBC215'

red 251 ◦ green 194 ◦ blue 21

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

Shades of Moon Yellow #FBC215

Tints of Moon Yellow #FBC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 21 (8.59% from 255) = 4.51%

R = 53.86%
G = 41.63%
B = 4.51%

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

#FBC215 (or 0xFBC215) is known color: Moon Yellow. HEX triplet: FB, C2 and 15. RGB value is (251,194,21). Sum of RGB (Red+Green+Blue) = 251+194+21=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC215 is #043DEA. Grayscale: #C0C0C0. Windows color (decimal): -277995 or 1426171. OLE color: 1426171.

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

Color convert

RGB 251 194 21 -
CMYK 0 0.23 0.92 0.02
HSL 45.13º 0.97% 0.53% -
HSV(B) 45.13º 0.92% 0.98% -
XYZ 59.21 59.15 9.01 -
YUV 191.32 31.88 170.57 -
System Red Green Blue C M Y K H S L
Decimal 251 194 21 0 0.23 0.92 0.02 45.13 0.97 0.53
Hex FB C2 15 0 17 5C 2 2D 61 35
Octal 373 302 25 0 27 134 2 55 141 65
Binary 11111011 11000010 10101 0 10111 1011100 10 101101 1100001 110101

Color Harmonies of #FBC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC215

Black with #FBC215

Text Example


Text Example

White with #FBC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC215; }

 p { color: rgb(251,194,21); }

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

background-color css

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

 a { background-color: rgb(251,194,21); }

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

border-color css

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

 span { border-color: rgb(251,194,21); }

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