Html Css Color HEX #FBC814 Moon Yellow

📋 copy color: '#FBC814'

red 251 ◦ green 200 ◦ blue 20

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

Shades of Moon Yellow #FBC814

Tints of Moon Yellow #FBC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 53.29%
G = 42.46%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC814 (or 0xFBC814) is known color: Moon Yellow. HEX triplet: FB, C8 and 14. RGB value is (251,200,20). Sum of RGB (Red+Green+Blue) = 251+200+20=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC814 is #0437EB. Grayscale: #C3C3C3. Windows color (decimal): -276460 or 1362171. OLE color: 1362171.

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

Color convert

RGB 251 200 20 -
CMYK 0 0.20 0.92 0.02
HSL 46.75º 0.97% 0.53% -
HSV(B) 46.75º 0.92% 0.98% -
XYZ 60.56 61.87 9.41 -
YUV 194.73 29.4 168.14 -
System Red Green Blue C M Y K H S L
Decimal 251 200 20 0 0.20 0.92 0.02 46.75 0.97 0.53
Hex FB C8 14 0 14 5C 2 2F 61 35
Octal 373 310 24 0 24 134 2 57 141 65
Binary 11111011 11001000 10100 0 10100 1011100 10 101111 1100001 110101

Color Harmonies of #FBC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC814

Black with #FBC814

Text Example


Text Example

White with #FBC814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC814; }

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

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

background-color css

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

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

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

border-color css

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

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

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