Html Css Color HEX #FDEE5E Corn

📋 copy color: '#FDEE5E'

red 253 ◦ green 238 ◦ blue 94

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

Shades of Corn #FDEE5E

Tints of Corn #FDEE5E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.68%

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

R = 43.25%
G = 40.68%
B = 16.07%

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

#FDEE5E (or 0xFDEE5E) is known color: Corn. HEX triplet: FD, EE and 5E. RGB value is (253,238,94). Sum of RGB (Red+Green+Blue) = 253+238+94=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 94 (37.11% from 255 or 16.07% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE5E is #0211A1. Grayscale: #E2E2E2. Windows color (decimal): -135586 or 6221565. OLE color: 6221565.

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

Color convert

RGB 253 238 94 -
CMYK 0 0.06 0.63 0.01
HSL 54.34º 0.98% 0.68% -
HSV(B) 54.34º 0.63% 0.99% -
XYZ 73.1 82.84 22.73 -
YUV 226.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 253 238 94 0 0.06 0.63 0.01 54.34 0.98 0.68
Hex FD EE 5E 0 6 3F 1 36 62 44
Octal 375 356 136 0 6 77 1 66 142 104
Binary 11111101 11101110 1011110 0 110 111111 1 110110 1100010 1000100

Color Harmonies of #FDEE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEE5E

Black with #FDEE5E

Text Example


Text Example

White with #FDEE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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