Html Css Color HEX #FCDD75 Sweet Corn

📋 copy color: '#FCDD75'

red 252 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #FCDD75

Tints of Sweet Corn #FCDD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.46%

 BLUE value IS 117 (46.09% from 255) = 19.83%

R = 42.71%
G = 37.46%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCDD75 (or 0xFCDD75) is known color: Sweet Corn. HEX triplet: FC, DD and 75. RGB value is (252,221,117). Sum of RGB (Red+Green+Blue) = 252+221+117=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD75 is #03228A. Grayscale: #DADADA. Windows color (decimal): -205451 or 7724540. OLE color: 7724540.

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

Color convert

RGB 252 221 117 -
CMYK 0 0.12 0.54 0.01
HSL 46.22º 0.96% 0.72% -
HSV(B) 46.22º 0.54% 0.99% -
XYZ 69.21 73.69 27.41 -
YUV 218.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 252 221 117 0 0.12 0.54 0.01 46.22 0.96 0.72
Hex FC DD 75 0 C 36 1 2E 60 48
Octal 374 335 165 0 14 66 1 56 140 110
Binary 11111100 11011101 1110101 0 1100 110110 1 101110 1100000 1001000

Color Harmonies of #FCDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD75

Black with #FCDD75

Text Example


Text Example

White with #FCDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD75; }

 p { color: rgb(252,221,117); }

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

background-color css

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

 a { background-color: rgb(252,221,117); }

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

border-color css

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

 span { border-color: rgb(252,221,117); }

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