Html Css Color HEX #FCDD6B Sweet Corn

📋 copy color: '#FCDD6B'

red 252 ◦ green 221 ◦ blue 107

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

Shades of Sweet Corn #FCDD6B

Tints of Sweet Corn #FCDD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.45%

R = 43.45%
G = 38.1%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCDD6B (or 0xFCDD6B) is known color: Sweet Corn. HEX triplet: FC, DD and 6B. RGB value is (252,221,107). Sum of RGB (Red+Green+Blue) = 252+221+107=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD6B is #032294. Grayscale: #D9D9D9. Windows color (decimal): -205461 or 7069180. OLE color: 7069180.

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

Color convert

RGB 252 221 107 -
CMYK 0 0.12 0.58 0.01
HSL 47.17º 0.96% 0.7% -
HSV(B) 47.17º 0.58% 0.99% -
XYZ 68.66 73.47 24.47 -
YUV 217.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 252 221 107 0 0.12 0.58 0.01 47.17 0.96 0.7
Hex FC DD 6B 0 C 3A 1 2F 60 46
Octal 374 335 153 0 14 72 1 57 140 106
Binary 11111100 11011101 1101011 0 1100 111010 1 101111 1100000 1000110

Color Harmonies of #FCDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD6B

Black with #FCDD6B

Text Example


Text Example

White with #FCDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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