Html Css Color HEX #FCED66 Corn

📋 copy color: '#FCED66'

red 252 ◦ green 237 ◦ blue 102

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

Shades of Corn #FCED66

Tints of Corn #FCED66

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.1%

 BLUE value IS 102 (40.23% from 255) = 17.26%

R = 42.64%
G = 40.1%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCED66 (or 0xFCED66) is known color: Corn. HEX triplet: FC, ED and 66. RGB value is (252,237,102). Sum of RGB (Red+Green+Blue) = 252+237+102=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 102 (40.23% from 255 or 17.26% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED66 is #031299. Grayscale: #E2E2E2. Windows color (decimal): -201370 or 6745596. OLE color: 6745596.

HSL color Cylindrical-coordinate representation of color #FCED66: hue angle of 54º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCED66 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 102 -
CMYK 0 0.06 0.60 0.01
HSL 54º 0.96% 0.69% -
HSV(B) 54º 0.6% 0.99% -
XYZ 72.83 82.22 24.6 -
YUV 226.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 252 237 102 0 0.06 0.60 0.01 54 0.96 0.69
Hex FC ED 66 0 6 3C 1 36 60 45
Octal 374 355 146 0 6 74 1 66 140 105
Binary 11111100 11101101 1100110 0 110 111100 1 110110 1100000 1000101

Color Harmonies of #FCED66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED66

Black with #FCED66

Text Example


Text Example

White with #FCED66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED66; }

 p { color: rgb(252,237,102); }

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

background-color css

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

 a { background-color: rgb(252,237,102); }

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

border-color css

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

 span { border-color: rgb(252,237,102); }

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