Html Css Color HEX #FDE369 Sweet Corn

📋 copy color: '#FDE369'

red 253 ◦ green 227 ◦ blue 105

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

Shades of Sweet Corn #FDE369

Tints of Sweet Corn #FDE369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 17.95%

R = 43.25%
G = 38.8%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDE369 (or 0xFDE369) is known color: Sweet Corn. HEX triplet: FD, E3 and 69. RGB value is (253,227,105). Sum of RGB (Red+Green+Blue) = 253+227+105=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 105 (41.41% from 255 or 17.95% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE369 is #021C96. Grayscale: #DDDDDD. Windows color (decimal): -138391 or 6939645. OLE color: 6939645.

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

Color convert

RGB 253 227 105 -
CMYK 0 0.10 0.58 0.01
HSL 49.46º 0.97% 0.7% -
HSV(B) 49.46º 0.58% 0.99% -
XYZ 70.53 76.84 24.48 -
YUV 220.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 253 227 105 0 0.10 0.58 0.01 49.46 0.97 0.7
Hex FD E3 69 0 A 3A 1 31 61 46
Octal 375 343 151 0 12 72 1 61 141 106
Binary 11111101 11100011 1101001 0 1010 111010 1 110001 1100001 1000110

Color Harmonies of #FDE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE369

Black with #FDE369

Text Example


Text Example

White with #FDE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE369; }

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

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

background-color css

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

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

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

border-color css

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

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

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