Html Css Color HEX #FCDF6C Sweet Corn

📋 copy color: '#FCDF6C'

red 252 ◦ green 223 ◦ blue 108

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

Shades of Sweet Corn #FCDF6C

Tints of Sweet Corn #FCDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.52%

R = 43.22%
G = 38.25%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCDF6C (or 0xFCDF6C) is known color: Sweet Corn. HEX triplet: FC, DF and 6C. RGB value is (252,223,108). Sum of RGB (Red+Green+Blue) = 252+223+108=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 108 (42.58% from 255 or 18.52% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF6C is #032093. Grayscale: #DBDBDB. Windows color (decimal): -204948 or 7135228. OLE color: 7135228.

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

Color convert

RGB 252 223 108 -
CMYK 0 0.12 0.57 0.01
HSL 47.92º 0.96% 0.71% -
HSV(B) 47.92º 0.57% 0.99% -
XYZ 69.24 74.55 24.93 -
YUV 218.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 252 223 108 0 0.12 0.57 0.01 47.92 0.96 0.71
Hex FC DF 6C 0 C 39 1 30 60 47
Octal 374 337 154 0 14 71 1 60 140 107
Binary 11111100 11011111 1101100 0 1100 111001 1 110000 1100000 1000111

Color Harmonies of #FCDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF6C

Black with #FCDF6C

Text Example


Text Example

White with #FCDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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