Html Css Color HEX #FCED65 Corn

📋 copy color: '#FCED65'

red 252 ◦ green 237 ◦ blue 101

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

Shades of Corn #FCED65

Tints of Corn #FCED65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.12%

R = 42.71%
G = 40.17%
B = 17.12%

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

#FCED65 (or 0xFCED65) is known color: Corn. HEX triplet: FC, ED and 65. RGB value is (252,237,101). Sum of RGB (Red+Green+Blue) = 252+237+101=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 101 (39.84% from 255 or 17.12% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED65 is #03129A. Grayscale: #E2E2E2. Windows color (decimal): -201371 or 6680060. OLE color: 6680060.

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

Color convert

RGB 252 237 101 -
CMYK 0 0.06 0.60 0.01
HSL 54.04º 0.96% 0.69% -
HSV(B) 54.04º 0.6% 0.99% -
XYZ 72.78 82.2 24.34 -
YUV 225.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 252 237 101 0 0.06 0.60 0.01 54.04 0.96 0.69
Hex FC ED 65 0 6 3C 1 36 60 45
Octal 374 355 145 0 6 74 1 66 140 105
Binary 11111100 11101101 1100101 0 110 111100 1 110110 1100000 1000101

Color Harmonies of #FCED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED65

Black with #FCED65

Text Example


Text Example

White with #FCED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED65; }

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

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

background-color css

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

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

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

border-color css

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

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

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