Html Css Color HEX #FCC023 Moon Yellow

📋 copy color: '#FCC023'

red 252 ◦ green 192 ◦ blue 35

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

Shades of Moon Yellow #FCC023

Tints of Moon Yellow #FCC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

 BLUE value IS 35 (14.06% from 255) = 7.31%

R = 52.61%
G = 40.08%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCC023 (or 0xFCC023) is known color: Moon Yellow. HEX triplet: FC, C0 and 23. RGB value is (252,192,35). Sum of RGB (Red+Green+Blue) = 252+192+35=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC023 is #033FDC. Grayscale: #C0C0C0. Windows color (decimal): -212957 or 2343164. OLE color: 2343164.

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

Color convert

RGB 252 192 35 -
CMYK 0 0.24 0.86 0.01
HSL 43.41º 0.97% 0.56% -
HSV(B) 43.41º 0.86% 0.99% -
XYZ 59.3 58.52 9.76 -
YUV 192.04 39.38 170.77 -
System Red Green Blue C M Y K H S L
Decimal 252 192 35 0 0.24 0.86 0.01 43.41 0.97 0.56
Hex FC C0 23 0 18 56 1 2B 61 38
Octal 374 300 43 0 30 126 1 53 141 70
Binary 11111100 11000000 100011 0 11000 1010110 1 101011 1100001 111000

Color Harmonies of #FCC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC023

Black with #FCC023

Text Example


Text Example

White with #FCC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC023; }

 p { color: rgb(252,192,35); }

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

background-color css

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

 a { background-color: rgb(252,192,35); }

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

border-color css

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

 span { border-color: rgb(252,192,35); }

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