Html Css Color HEX #FBC21F Moon Yellow

📋 copy color: '#FBC21F'

red 251 ◦ green 194 ◦ blue 31

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

Shades of Moon Yellow #FBC21F

Tints of Moon Yellow #FBC21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.51%

R = 52.73%
G = 40.76%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBC21F (or 0xFBC21F) is known color: Moon Yellow. HEX triplet: FB, C2 and 1F. RGB value is (251,194,31). Sum of RGB (Red+Green+Blue) = 251+194+31=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC21F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC21F is #043DE0. Grayscale: #C1C1C1. Windows color (decimal): -277985 or 2081531. OLE color: 2081531.

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

Color convert

RGB 251 194 31 -
CMYK 0 0.23 0.88 0.02
HSL 44.45º 0.96% 0.55% -
HSV(B) 44.45º 0.88% 0.98% -
XYZ 59.32 59.19 9.59 -
YUV 192.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 251 194 31 0 0.23 0.88 0.02 44.45 0.96 0.55
Hex FB C2 1F 0 17 58 2 2C 60 37
Octal 373 302 37 0 27 130 2 54 140 67
Binary 11111011 11000010 11111 0 10111 1011000 10 101100 1100000 110111

Color Harmonies of #FBC21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC21F

Black with #FBC21F

Text Example


Text Example

White with #FBC21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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