Html Css Color HEX #FDED5C Corn

📋 copy color: '#FDED5C'

red 253 ◦ green 237 ◦ blue 92

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

Shades of Corn #FDED5C

Tints of Corn #FDED5C

RGB

 RED value IS 253 (99.22% from 255) = 43.47%

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

 BLUE value IS 92 (36.33% from 255) = 15.81%

R = 43.47%
G = 40.72%
B = 15.81%

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

#FDED5C (or 0xFDED5C) is known color: Corn. HEX triplet: FD, ED and 5C. RGB value is (253,237,92). Sum of RGB (Red+Green+Blue) = 253+237+92=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 92 (36.33% from 255 or 15.81% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED5C is #0212A3. Grayscale: #E1E1E1. Windows color (decimal): -135844 or 6090237. OLE color: 6090237.

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

Color convert

RGB 253 237 92 -
CMYK 0 0.06 0.64 0.01
HSL 54.04º 0.98% 0.68% -
HSV(B) 54.04º 0.64% 0.99% -
XYZ 72.72 82.22 22.16 -
YUV 225.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 253 237 92 0 0.06 0.64 0.01 54.04 0.98 0.68
Hex FD ED 5C 0 6 40 1 36 62 44
Octal 375 355 134 0 6 100 1 66 142 104
Binary 11111101 11101101 1011100 0 110 1000000 1 110110 1100010 1000100

Color Harmonies of #FDED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED5C

Black with #FDED5C

Text Example


Text Example

White with #FDED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED5C; }

 p { color: rgb(253,237,92); }

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

background-color css

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

 a { background-color: rgb(253,237,92); }

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

border-color css

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

 span { border-color: rgb(253,237,92); }

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