Html Css Color HEX #FDE95C Corn

📋 copy color: '#FDE95C'

red 253 ◦ green 233 ◦ blue 92

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

Shades of Corn #FDE95C

Tints of Corn #FDE95C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.31%

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

R = 43.77%
G = 40.31%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDE95C (or 0xFDE95C) is known color: Corn. HEX triplet: FD, E9 and 5C. RGB value is (253,233,92). Sum of RGB (Red+Green+Blue) = 253+233+92=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 92 (36.33% from 255 or 15.92% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE95C is #0216A3. Grayscale: #DFDFDF. Windows color (decimal): -136868 or 6089213. OLE color: 6089213.

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

Color convert

RGB 253 233 92 -
CMYK 0 0.08 0.64 0.01
HSL 52.55º 0.98% 0.68% -
HSV(B) 52.55º 0.64% 0.99% -
XYZ 71.58 79.93 21.78 -
YUV 222.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 253 233 92 0 0.08 0.64 0.01 52.55 0.98 0.68
Hex FD E9 5C 0 8 40 1 35 62 44
Octal 375 351 134 0 10 100 1 65 142 104
Binary 11111101 11101001 1011100 0 1000 1000000 1 110101 1100010 1000100

Color Harmonies of #FDE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE95C

Black with #FDE95C

Text Example


Text Example

White with #FDE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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