Html Css Color HEX #FCED5A Corn

📋 copy color: '#FCED5A'

red 252 ◦ green 237 ◦ blue 90

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

Shades of Corn #FCED5A

Tints of Corn #FCED5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.54%

R = 43.52%
G = 40.93%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCED5A (or 0xFCED5A) is known color: Corn. HEX triplet: FC, ED and 5A. RGB value is (252,237,90). Sum of RGB (Red+Green+Blue) = 252+237+90=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 90 (35.55% from 255 or 15.54% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCED5A is #0312A5. Grayscale: #E1E1E1. Windows color (decimal): -201382 or 5959164. OLE color: 5959164.

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

Color convert

RGB 252 237 90 -
CMYK 0 0.06 0.64 0.01
HSL 54.44º 0.96% 0.67% -
HSV(B) 54.44º 0.64% 0.99% -
XYZ 72.27 82 21.69 -
YUV 224.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 252 237 90 0 0.06 0.64 0.01 54.44 0.96 0.67
Hex FC ED 5A 0 6 40 1 36 60 43
Octal 374 355 132 0 6 100 1 66 140 103
Binary 11111100 11101101 1011010 0 110 1000000 1 110110 1100000 1000011

Color Harmonies of #FCED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCED5A

Black with #FCED5A

Text Example


Text Example

White with #FCED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCED5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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