Html Css Color HEX #FCDF6E Sweet Corn

📋 copy color: '#FCDF6E'

red 252 ◦ green 223 ◦ blue 110

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

Shades of Sweet Corn #FCDF6E

Tints of Sweet Corn #FCDF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.8%

R = 43.08%
G = 38.12%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCDF6E (or 0xFCDF6E) is known color: Sweet Corn. HEX triplet: FC, DF and 6E. RGB value is (252,223,110). Sum of RGB (Red+Green+Blue) = 252+223+110=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF6E is #032091. Grayscale: #DBDBDB. Windows color (decimal): -204946 or 7266300. OLE color: 7266300.

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

Color convert

RGB 252 223 110 -
CMYK 0 0.12 0.56 0.01
HSL 47.75º 0.96% 0.71% -
HSV(B) 47.75º 0.56% 0.99% -
XYZ 69.35 74.6 25.5 -
YUV 218.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 252 223 110 0 0.12 0.56 0.01 47.75 0.96 0.71
Hex FC DF 6E 0 C 38 1 30 60 47
Octal 374 337 156 0 14 70 1 60 140 107
Binary 11111100 11011111 1101110 0 1100 111000 1 110000 1100000 1000111

Color Harmonies of #FCDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF6E

Black with #FCDF6E

Text Example


Text Example

White with #FCDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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