Html Css Color HEX #FCDE72 Sweet Corn

📋 copy color: '#FCDE72'

red 252 ◦ green 222 ◦ blue 114

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

Shades of Sweet Corn #FCDE72

Tints of Sweet Corn #FCDE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.39%

R = 42.86%
G = 37.76%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCDE72 (or 0xFCDE72) is known color: Sweet Corn. HEX triplet: FC, DE and 72. RGB value is (252,222,114). Sum of RGB (Red+Green+Blue) = 252+222+114=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE72 is #03218D. Grayscale: #DBDBDB. Windows color (decimal): -205198 or 7528188. OLE color: 7528188.

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

Color convert

RGB 252 222 114 -
CMYK 0 0.12 0.55 0.01
HSL 46.96º 0.96% 0.72% -
HSV(B) 46.96º 0.55% 0.99% -
XYZ 69.3 74.15 26.58 -
YUV 218.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 252 222 114 0 0.12 0.55 0.01 46.96 0.96 0.72
Hex FC DE 72 0 C 37 1 2F 60 48
Octal 374 336 162 0 14 67 1 57 140 110
Binary 11111100 11011110 1110010 0 1100 110111 1 101111 1100000 1001000

Color Harmonies of #FCDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE72

Black with #FCDE72

Text Example


Text Example

White with #FCDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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