Html Css Color HEX #FCDC6B Sweet Corn

📋 copy color: '#FCDC6B'

red 252 ◦ green 220 ◦ blue 107

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

Shades of Sweet Corn #FCDC6B

Tints of Sweet Corn #FCDC6B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38%

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

R = 43.52%
G = 38%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCDC6B (or 0xFCDC6B) is known color: Sweet Corn. HEX triplet: FC, DC and 6B. RGB value is (252,220,107). Sum of RGB (Red+Green+Blue) = 252+220+107=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC6B is #032394. Grayscale: #D9D9D9. Windows color (decimal): -205717 or 7068924. OLE color: 7068924.

HSL color Cylindrical-coordinate representation of color #FCDC6B: hue angle of 46.76º 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 #FCDC6B is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 107 -
CMYK 0 0.13 0.58 0.01
HSL 46.76º 0.96% 0.7% -
HSV(B) 46.76º 0.58% 0.99% -
XYZ 68.39 72.94 24.38 -
YUV 216.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 252 220 107 0 0.13 0.58 0.01 46.76 0.96 0.7
Hex FC DC 6B 0 D 3A 1 2F 60 46
Octal 374 334 153 0 15 72 1 57 140 106
Binary 11111100 11011100 1101011 0 1101 111010 1 101111 1100000 1000110

Color Harmonies of #FCDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC6B

Black with #FCDC6B

Text Example


Text Example

White with #FCDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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