Html Css Color HEX #FCDE7B Sweet Corn

📋 copy color: '#FCDE7B'

red 252 ◦ green 222 ◦ blue 123

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

Shades of Sweet Corn #FCDE7B

Tints of Sweet Corn #FCDE7B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

 BLUE value IS 123 (48.44% from 255) = 20.6%

R = 42.21%
G = 37.19%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCDE7B (or 0xFCDE7B) is known color: Sweet Corn. HEX triplet: FC, DE and 7B. RGB value is (252,222,123). Sum of RGB (Red+Green+Blue) = 252+222+123=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE7B is #032184. Grayscale: #DCDCDC. Windows color (decimal): -205189 or 8118012. OLE color: 8118012.

HSL color Cylindrical-coordinate representation of color #FCDE7B: hue angle of 46.05º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCDE7B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 222 123 -
CMYK 0 0.12 0.51 0.01
HSL 46.05º 0.96% 0.74% -
HSV(B) 46.05º 0.51% 0.99% -
XYZ 69.84 74.37 29.41 -
YUV 219.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 252 222 123 0 0.12 0.51 0.01 46.05 0.96 0.74
Hex FC DE 7B 0 C 33 1 2E 60 4A
Octal 374 336 173 0 14 63 1 56 140 112
Binary 11111100 11011110 1111011 0 1100 110011 1 101110 1100000 1001010

Color Harmonies of #FCDE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE7B

Black with #FCDE7B

Text Example


Text Example

White with #FCDE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE7B; }

 p { color: rgb(252,222,123); }

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

background-color css

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

 a { background-color: rgb(252,222,123); }

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

border-color css

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

 span { border-color: rgb(252,222,123); }

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