Html Css Color HEX #FCDF7C Sweet Corn

📋 copy color: '#FCDF7C'

red 252 ◦ green 223 ◦ blue 124

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

Shades of Sweet Corn #FCDF7C

Tints of Sweet Corn #FCDF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 124 (48.83% from 255) = 20.7%

R = 42.07%
G = 37.23%
B = 20.7%

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

#FCDF7C (or 0xFCDF7C) is known color: Sweet Corn. HEX triplet: FC, DF and 7C. RGB value is (252,223,124). Sum of RGB (Red+Green+Blue) = 252+223+124=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF7C is #032083. Grayscale: #DCDCDC. Windows color (decimal): -204932 or 8183804. OLE color: 8183804.

HSL color Cylindrical-coordinate representation of color #FCDF7C: hue angle of 46.41º 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 #FCDF7C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 124 -
CMYK 0 0.12 0.51 0.01
HSL 46.41º 0.96% 0.74% -
HSV(B) 46.41º 0.51% 0.99% -
XYZ 70.17 74.93 29.83 -
YUV 220.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 252 223 124 0 0.12 0.51 0.01 46.41 0.96 0.74
Hex FC DF 7C 0 C 33 1 2E 60 4A
Octal 374 337 174 0 14 63 1 56 140 112
Binary 11111100 11011111 1111100 0 1100 110011 1 101110 1100000 1001010

Color Harmonies of #FCDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF7C

Black with #FCDF7C

Text Example


Text Example

White with #FCDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF7C; }

 p { color: rgb(252,223,124); }

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

background-color css

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

 a { background-color: rgb(252,223,124); }

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

border-color css

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

 span { border-color: rgb(252,223,124); }

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