Html Css Color HEX #FDE35E Corn

📋 copy color: '#FDE35E'

red 253 ◦ green 227 ◦ blue 94

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

Shades of Corn #FDE35E

Tints of Corn #FDE35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.55%

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

R = 44.08%
G = 39.55%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDE35E (or 0xFDE35E) is known color: Corn. HEX triplet: FD, E3 and 5E. RGB value is (253,227,94). Sum of RGB (Red+Green+Blue) = 253+227+94=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 94 (37.11% from 255 or 16.38% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE35E is #021CA1. Grayscale: #DCDCDC. Windows color (decimal): -138402 or 6218749. OLE color: 6218749.

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

Color convert

RGB 253 227 94 -
CMYK 0 0.10 0.63 0.01
HSL 50.19º 0.98% 0.68% -
HSV(B) 50.19º 0.63% 0.99% -
XYZ 70 76.63 21.69 -
YUV 219.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 253 227 94 0 0.10 0.63 0.01 50.19 0.98 0.68
Hex FD E3 5E 0 A 3F 1 32 62 44
Octal 375 343 136 0 12 77 1 62 142 104
Binary 11111101 11100011 1011110 0 1010 111111 1 110010 1100010 1000100

Color Harmonies of #FDE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE35E

Black with #FDE35E

Text Example


Text Example

White with #FDE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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