Html Css Color HEX #FCBC22 Moon Yellow

📋 copy color: '#FCBC22'

red 252 ◦ green 188 ◦ blue 34

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

Shades of Moon Yellow #FCBC22

Tints of Moon Yellow #FCBC22

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

 GREEN value IS 188 (73.83% from 255) = 39.66%

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

R = 53.16%
G = 39.66%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCBC22 (or 0xFCBC22) is known color: Moon Yellow. HEX triplet: FC, BC and 22. RGB value is (252,188,34). Sum of RGB (Red+Green+Blue) = 252+188+34=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 34 (13.67% from 255 or 7.17% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC22 is #0343DD. Grayscale: #BEBEBE. Windows color (decimal): -213982 or 2276604. OLE color: 2276604.

HSL color Cylindrical-coordinate representation of color #FCBC22: hue angle of 42.39º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCBC22 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 34 -
CMYK 0 0.25 0.87 0.01
HSL 42.39º 0.97% 0.56% -
HSV(B) 42.39º 0.87% 0.99% -
XYZ 58.42 56.78 9.39 -
YUV 189.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 252 188 34 0 0.25 0.87 0.01 42.39 0.97 0.56
Hex FC BC 22 0 19 57 1 2A 61 38
Octal 374 274 42 0 31 127 1 52 141 70
Binary 11111100 10111100 100010 0 11001 1010111 1 101010 1100001 111000

Color Harmonies of #FCBC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC22

Black with #FCBC22

Text Example


Text Example

White with #FCBC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC22; }

 p { color: rgb(252,188,34); }

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

background-color css

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

 a { background-color: rgb(252,188,34); }

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

border-color css

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

 span { border-color: rgb(252,188,34); }

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