Html Css Color HEX #FDE375 Sweet Corn

📋 copy color: '#FDE375'

red 253 ◦ green 227 ◦ blue 117

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

Shades of Sweet Corn #FDE375

Tints of Sweet Corn #FDE375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.6%

R = 42.38%
G = 38.02%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDE375 (or 0xFDE375) is known color: Sweet Corn. HEX triplet: FD, E3 and 75. RGB value is (253,227,117). Sum of RGB (Red+Green+Blue) = 253+227+117=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 117 (46.09% from 255 or 19.60% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE375 is #021C8A. Grayscale: #DEDEDE. Windows color (decimal): -138379 or 7726077. OLE color: 7726077.

HSL color Cylindrical-coordinate representation of color #FDE375: hue angle of 48.53º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDE375 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 117 -
CMYK 0 0.10 0.54 0.01
HSL 48.53º 0.97% 0.73% -
HSV(B) 48.53º 0.54% 0.99% -
XYZ 71.19 77.11 27.96 -
YUV 222.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 253 227 117 0 0.10 0.54 0.01 48.53 0.97 0.73
Hex FD E3 75 0 A 36 1 31 61 49
Octal 375 343 165 0 12 66 1 61 141 111
Binary 11111101 11100011 1110101 0 1010 110110 1 110001 1100001 1001001

Color Harmonies of #FDE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE375

Black with #FDE375

Text Example


Text Example

White with #FDE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE375; }

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

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

background-color css

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

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

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

border-color css

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

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

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