Html Css Color HEX #FDE074 Sweet Corn

📋 copy color: '#FDE074'

red 253 ◦ green 224 ◦ blue 116

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

Shades of Sweet Corn #FDE074

Tints of Sweet Corn #FDE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.56%

R = 42.66%
G = 37.77%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDE074 (or 0xFDE074) is known color: Sweet Corn. HEX triplet: FD, E0 and 74. RGB value is (253,224,116). Sum of RGB (Red+Green+Blue) = 253+224+116=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE074 is #021F8B. Grayscale: #DCDCDC. Windows color (decimal): -139148 or 7659773. OLE color: 7659773.

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

Color convert

RGB 253 224 116 -
CMYK 0 0.11 0.54 0.01
HSL 47.3º 0.97% 0.72% -
HSV(B) 47.3º 0.54% 0.99% -
XYZ 70.32 75.45 27.38 -
YUV 220.36 69.11 151.28 -
System Red Green Blue C M Y K H S L
Decimal 253 224 116 0 0.11 0.54 0.01 47.3 0.97 0.72
Hex FD E0 74 0 B 36 1 2F 61 48
Octal 375 340 164 0 13 66 1 57 141 110
Binary 11111101 11100000 1110100 0 1011 110110 1 101111 1100001 1001000

Color Harmonies of #FDE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE074

Black with #FDE074

Text Example


Text Example

White with #FDE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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