Html Css Color HEX #FBC514 Moon Yellow

📋 copy color: '#FBC514'

red 251 ◦ green 197 ◦ blue 20

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

Shades of Moon Yellow #FBC514

Tints of Moon Yellow #FBC514

RGB

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

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

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

R = 53.63%
G = 42.09%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC514 (or 0xFBC514) is known color: Moon Yellow. HEX triplet: FB, C5 and 14. RGB value is (251,197,20). Sum of RGB (Red+Green+Blue) = 251+197+20=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC514 is #043AEB. Grayscale: #C1C1C1. Windows color (decimal): -277228 or 1361403. OLE color: 1361403.

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

Color convert

RGB 251 197 20 -
CMYK 0 0.22 0.92 0.02
HSL 45.97º 0.97% 0.53% -
HSV(B) 45.97º 0.92% 0.98% -
XYZ 59.88 60.49 9.18 -
YUV 192.97 30.39 169.39 -
System Red Green Blue C M Y K H S L
Decimal 251 197 20 0 0.22 0.92 0.02 45.97 0.97 0.53
Hex FB C5 14 0 16 5C 2 2E 61 35
Octal 373 305 24 0 26 134 2 56 141 65
Binary 11111011 11000101 10100 0 10110 1011100 10 101110 1100001 110101

Color Harmonies of #FBC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC514

Black with #FBC514

Text Example


Text Example

White with #FBC514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC514; }

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

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

background-color css

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

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

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

border-color css

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

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

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