Html Css Color HEX #FBC222 Moon Yellow

📋 copy color: '#FBC222'

red 251 ◦ green 194 ◦ blue 34

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

Shades of Moon Yellow #FBC222

Tints of Moon Yellow #FBC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.1%

R = 52.4%
G = 40.5%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBC222 (or 0xFBC222) is known color: Moon Yellow. HEX triplet: FB, C2 and 22. RGB value is (251,194,34). Sum of RGB (Red+Green+Blue) = 251+194+34=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC222 is #043DDD. Grayscale: #C1C1C1. Windows color (decimal): -277982 or 2278139. OLE color: 2278139.

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

Color convert

RGB 251 194 34 -
CMYK 0 0.23 0.86 0.02
HSL 44.24º 0.96% 0.56% -
HSV(B) 44.24º 0.86% 0.98% -
XYZ 59.36 59.21 9.81 -
YUV 192.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 251 194 34 0 0.23 0.86 0.02 44.24 0.96 0.56
Hex FB C2 22 0 17 56 2 2C 60 38
Octal 373 302 42 0 27 126 2 54 140 70
Binary 11111011 11000010 100010 0 10111 1010110 10 101100 1100000 111000

Color Harmonies of #FBC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC222

Black with #FBC222

Text Example


Text Example

White with #FBC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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