Html Css Color HEX #FBC214 Moon Yellow

📋 copy color: '#FBC214'

red 251 ◦ green 194 ◦ blue 20

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

Shades of Moon Yellow #FBC214

Tints of Moon Yellow #FBC214

RGB

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

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

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

R = 53.98%
G = 41.72%
B = 4.3%

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

#FBC214 (or 0xFBC214) is known color: Moon Yellow. HEX triplet: FB, C2 and 14. RGB value is (251,194,20). Sum of RGB (Red+Green+Blue) = 251+194+20=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC214 is #043DEB. Grayscale: #BFBFBF. Windows color (decimal): -277996 or 1360635. OLE color: 1360635.

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

Color convert

RGB 251 194 20 -
CMYK 0 0.23 0.92 0.02
HSL 45.19º 0.97% 0.53% -
HSV(B) 45.19º 0.92% 0.98% -
XYZ 59.2 59.14 8.96 -
YUV 191.21 31.38 170.65 -
System Red Green Blue C M Y K H S L
Decimal 251 194 20 0 0.23 0.92 0.02 45.19 0.97 0.53
Hex FB C2 14 0 17 5C 2 2D 61 35
Octal 373 302 24 0 27 134 2 55 141 65
Binary 11111011 11000010 10100 0 10111 1011100 10 101101 1100001 110101

Color Harmonies of #FBC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC214

Black with #FBC214

Text Example


Text Example

White with #FBC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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