Html Css Color HEX #FDE67D Sweet Corn

📋 copy color: '#FDE67D'

red 253 ◦ green 230 ◦ blue 125

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

Shades of Sweet Corn #FDE67D

Tints of Sweet Corn #FDE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

 BLUE value IS 125 (49.22% from 255) = 20.56%

R = 41.61%
G = 37.83%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDE67D (or 0xFDE67D) is known color: Sweet Corn. HEX triplet: FD, E6 and 7D. RGB value is (253,230,125). Sum of RGB (Red+Green+Blue) = 253+230+125=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE67D is #021982. Grayscale: #E1E1E1. Windows color (decimal): -137603 or 8251133. OLE color: 8251133.

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

Color convert

RGB 253 230 125 -
CMYK 0 0.09 0.51 0.01
HSL 49.22º 0.97% 0.74% -
HSV(B) 49.22º 0.51% 0.99% -
XYZ 72.51 78.96 30.82 -
YUV 224.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 253 230 125 0 0.09 0.51 0.01 49.22 0.97 0.74
Hex FD E6 7D 0 9 33 1 31 61 4A
Octal 375 346 175 0 11 63 1 61 141 112
Binary 11111101 11100110 1111101 0 1001 110011 1 110001 1100001 1001010

Color Harmonies of #FDE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE67D

Black with #FDE67D

Text Example


Text Example

White with #FDE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE67D; }

 p { color: rgb(253,230,125); }

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

background-color css

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

 a { background-color: rgb(253,230,125); }

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

border-color css

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

 span { border-color: rgb(253,230,125); }

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