Html Css Color HEX #FCED5E Corn

📋 copy color: '#FCED5E'

red 252 ◦ green 237 ◦ blue 94

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

Shades of Corn #FCED5E

Tints of Corn #FCED5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.12%

R = 43.22%
G = 40.65%
B = 16.12%

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

#FCED5E (or 0xFCED5E) is known color: Corn. HEX triplet: FC, ED and 5E. RGB value is (252,237,94). Sum of RGB (Red+Green+Blue) = 252+237+94=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 94 (37.11% from 255 or 16.12% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED5E is #0312A1. Grayscale: #E1E1E1. Windows color (decimal): -201378 or 6221308. OLE color: 6221308.

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

Color convert

RGB 252 237 94 -
CMYK 0 0.06 0.63 0.01
HSL 54.3º 0.96% 0.68% -
HSV(B) 54.3º 0.63% 0.99% -
XYZ 72.45 82.07 22.61 -
YUV 225.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 252 237 94 0 0.06 0.63 0.01 54.3 0.96 0.68
Hex FC ED 5E 0 6 3F 1 36 60 44
Octal 374 355 136 0 6 77 1 66 140 104
Binary 11111100 11101101 1011110 0 110 111111 1 110110 1100000 1000100

Color Harmonies of #FCED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED5E

Black with #FCED5E

Text Example


Text Example

White with #FCED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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