Html Css Color HEX #FCDC6A Sweet Corn

📋 copy color: '#FCDC6A'

red 252 ◦ green 220 ◦ blue 106

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

Shades of Sweet Corn #FCDC6A

Tints of Sweet Corn #FCDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.34%

R = 43.6%
G = 38.06%
B = 18.34%

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

#FCDC6A (or 0xFCDC6A) is known color: Sweet Corn. HEX triplet: FC, DC and 6A. RGB value is (252,220,106). Sum of RGB (Red+Green+Blue) = 252+220+106=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC6A is #032395. Grayscale: #D9D9D9. Windows color (decimal): -205718 or 7003388. OLE color: 7003388.

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

Color convert

RGB 252 220 106 -
CMYK 0 0.13 0.58 0.01
HSL 46.85º 0.96% 0.7% -
HSV(B) 46.85º 0.58% 0.99% -
XYZ 68.34 72.92 24.11 -
YUV 216.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 252 220 106 0 0.13 0.58 0.01 46.85 0.96 0.7
Hex FC DC 6A 0 D 3A 1 2F 60 46
Octal 374 334 152 0 15 72 1 57 140 106
Binary 11111100 11011100 1101010 0 1101 111010 1 101111 1100000 1000110

Color Harmonies of #FCDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC6A

Black with #FCDC6A

Text Example


Text Example

White with #FCDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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