Html Css Color HEX #FBC213 Moon Yellow

📋 copy color: '#FBC213'

red 251 ◦ green 194 ◦ blue 19

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

Shades of Moon Yellow #FBC213

Tints of Moon Yellow #FBC213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.09%

R = 54.09%
G = 41.81%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBC213 (or 0xFBC213) is known color: Moon Yellow. HEX triplet: FB, C2 and 13. RGB value is (251,194,19). Sum of RGB (Red+Green+Blue) = 251+194+19=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC213 is #043DEC. Grayscale: #BFBFBF. Windows color (decimal): -277997 or 1295099. OLE color: 1295099.

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

Color convert

RGB 251 194 19 -
CMYK 0 0.23 0.92 0.02
HSL 45.26º 0.97% 0.53% -
HSV(B) 45.26º 0.92% 0.98% -
XYZ 59.19 59.14 8.91 -
YUV 191.09 30.88 170.73 -
System Red Green Blue C M Y K H S L
Decimal 251 194 19 0 0.23 0.92 0.02 45.26 0.97 0.53
Hex FB C2 13 0 17 5C 2 2D 61 35
Octal 373 302 23 0 27 134 2 55 141 65
Binary 11111011 11000010 10011 0 10111 1011100 10 101101 1100001 110101

Color Harmonies of #FBC213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC213

Black with #FBC213

Text Example


Text Example

White with #FBC213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC213; }

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

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

background-color css

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

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

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

border-color css

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

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

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