Html Css Color HEX #FBC616 Moon Yellow

📋 copy color: '#FBC616'

red 251 ◦ green 198 ◦ blue 22

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

Shades of Moon Yellow #FBC616

Tints of Moon Yellow #FBC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 22 (8.98% from 255) = 4.67%

R = 53.29%
G = 42.04%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FBC616 (or 0xFBC616) is known color: Moon Yellow. HEX triplet: FB, C6 and 16. RGB value is (251,198,22). Sum of RGB (Red+Green+Blue) = 251+198+22=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC616 is #0439E9. Grayscale: #C2C2C2. Windows color (decimal): -276970 or 1492731. OLE color: 1492731.

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

Color convert

RGB 251 198 22 -
CMYK 0 0.21 0.91 0.02
HSL 46.11º 0.97% 0.54% -
HSV(B) 46.11º 0.91% 0.98% -
XYZ 60.12 60.96 9.36 -
YUV 193.78 31.06 168.81 -
System Red Green Blue C M Y K H S L
Decimal 251 198 22 0 0.21 0.91 0.02 46.11 0.97 0.54
Hex FB C6 16 0 15 5B 2 2E 61 36
Octal 373 306 26 0 25 133 2 56 141 66
Binary 11111011 11000110 10110 0 10101 1011011 10 101110 1100001 110110

Color Harmonies of #FBC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC616

Black with #FBC616

Text Example


Text Example

White with #FBC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC616; }

 p { color: rgb(251,198,22); }

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

background-color css

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

 a { background-color: rgb(251,198,22); }

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

border-color css

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

 span { border-color: rgb(251,198,22); }

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