Html Css Color HEX #FBC31C Moon Yellow

📋 copy color: '#FBC31C'

red 251 ◦ green 195 ◦ blue 28

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

Shades of Moon Yellow #FBC31C

Tints of Moon Yellow #FBC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.14%

 BLUE value IS 28 (11.33% from 255) = 5.91%

R = 52.95%
G = 41.14%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FBC31C (or 0xFBC31C) is known color: Moon Yellow. HEX triplet: FB, C3 and 1C. RGB value is (251,195,28). Sum of RGB (Red+Green+Blue) = 251+195+28=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC31C is #043CE3. Grayscale: #C1C1C1. Windows color (decimal): -277732 or 1885179. OLE color: 1885179.

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

Color convert

RGB 251 195 28 -
CMYK 0 0.22 0.89 0.02
HSL 44.93º 0.97% 0.55% -
HSV(B) 44.93º 0.89% 0.98% -
XYZ 59.51 59.62 9.47 -
YUV 192.71 35.05 169.58 -
System Red Green Blue C M Y K H S L
Decimal 251 195 28 0 0.22 0.89 0.02 44.93 0.97 0.55
Hex FB C3 1C 0 16 59 2 2D 61 37
Octal 373 303 34 0 26 131 2 55 141 67
Binary 11111011 11000011 11100 0 10110 1011001 10 101101 1100001 110111

Color Harmonies of #FBC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC31C

Black with #FBC31C

Text Example


Text Example

White with #FBC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC31C; }

 p { color: rgb(251,195,28); }

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

background-color css

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

 a { background-color: rgb(251,195,28); }

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

border-color css

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

 span { border-color: rgb(251,195,28); }

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