Html Css Color HEX #FDE069 Sweet Corn

📋 copy color: '#FDE069'

red 253 ◦ green 224 ◦ blue 105

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

Shades of Sweet Corn #FDE069

Tints of Sweet Corn #FDE069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.49%

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

R = 43.47%
G = 38.49%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDE069 (or 0xFDE069) is known color: Sweet Corn. HEX triplet: FD, E0 and 69. RGB value is (253,224,105). Sum of RGB (Red+Green+Blue) = 253+224+105=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 105 (41.41% from 255 or 18.04% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE069 is #021F96. Grayscale: #DBDBDB. Windows color (decimal): -139159 or 6938877. OLE color: 6938877.

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

Color convert

RGB 253 224 105 -
CMYK 0 0.11 0.58 0.01
HSL 48.24º 0.97% 0.7% -
HSV(B) 48.24º 0.58% 0.99% -
XYZ 69.71 75.21 24.21 -
YUV 219.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 253 224 105 0 0.11 0.58 0.01 48.24 0.97 0.7
Hex FD E0 69 0 B 3A 1 30 61 46
Octal 375 340 151 0 13 72 1 60 141 106
Binary 11111101 11100000 1101001 0 1011 111010 1 110000 1100001 1000110

Color Harmonies of #FDE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE069

Black with #FDE069

Text Example


Text Example

White with #FDE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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