Html Css Color HEX #FCED5D Corn

📋 copy color: '#FCED5D'

red 252 ◦ green 237 ◦ blue 93

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

Shades of Corn #FCED5D

Tints of Corn #FCED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.98%

R = 43.3%
G = 40.72%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCED5D (or 0xFCED5D) is known color: Corn. HEX triplet: FC, ED and 5D. RGB value is (252,237,93). Sum of RGB (Red+Green+Blue) = 252+237+93=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 93 (36.72% from 255 or 15.98% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED5D is #0312A2. Grayscale: #E1E1E1. Windows color (decimal): -201379 or 6155772. OLE color: 6155772.

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

Color convert

RGB 252 237 93 -
CMYK 0 0.06 0.63 0.01
HSL 54.34º 0.96% 0.68% -
HSV(B) 54.34º 0.63% 0.99% -
XYZ 72.4 82.05 22.38 -
YUV 225.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 252 237 93 0 0.06 0.63 0.01 54.34 0.96 0.68
Hex FC ED 5D 0 6 3F 1 36 60 44
Octal 374 355 135 0 6 77 1 66 140 104
Binary 11111100 11101101 1011101 0 110 111111 1 110110 1100000 1000100

Color Harmonies of #FCED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED5D

Black with #FCED5D

Text Example


Text Example

White with #FCED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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