Html Css Color HEX #FDED5E Corn

📋 copy color: '#FDED5E'

red 253 ◦ green 237 ◦ blue 94

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

Shades of Corn #FDED5E

Tints of Corn #FDED5E

RGB

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

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

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

R = 43.32%
G = 40.58%
B = 16.1%

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

#FDED5E (or 0xFDED5E) is known color: Corn. HEX triplet: FD, ED and 5E. RGB value is (253,237,94). Sum of RGB (Red+Green+Blue) = 253+237+94=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 94 (37.11% from 255 or 16.10% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED5E is #0212A1. Grayscale: #E2E2E2. Windows color (decimal): -135842 or 6221309. OLE color: 6221309.

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

Color convert

RGB 253 237 94 -
CMYK 0 0.06 0.63 0.01
HSL 53.96º 0.98% 0.68% -
HSV(B) 53.96º 0.63% 0.99% -
XYZ 72.81 82.26 22.63 -
YUV 225.48 53.8 147.63 -
System Red Green Blue C M Y K H S L
Decimal 253 237 94 0 0.06 0.63 0.01 53.96 0.98 0.68
Hex FD ED 5E 0 6 3F 1 36 62 44
Octal 375 355 136 0 6 77 1 66 142 104
Binary 11111101 11101101 1011110 0 110 111111 1 110110 1100010 1000100

Color Harmonies of #FDED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED5E

Black with #FDED5E

Text Example


Text Example

White with #FDED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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