Html Css Color HEX #FDE66B Sweet Corn

📋 copy color: '#FDE66B'

red 253 ◦ green 230 ◦ blue 107

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

Shades of Sweet Corn #FDE66B

Tints of Sweet Corn #FDE66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.14%

R = 42.88%
G = 38.98%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDE66B (or 0xFDE66B) is known color: Sweet Corn. HEX triplet: FD, E6 and 6B. RGB value is (253,230,107). Sum of RGB (Red+Green+Blue) = 253+230+107=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 107 (42.19% from 255 or 18.14% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE66B is #021994. Grayscale: #DFDFDF. Windows color (decimal): -137621 or 7071485. OLE color: 7071485.

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

Color convert

RGB 253 230 107 -
CMYK 0 0.09 0.58 0.01
HSL 50.55º 0.97% 0.71% -
HSV(B) 50.55º 0.58% 0.99% -
XYZ 71.46 78.54 25.3 -
YUV 222.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 253 230 107 0 0.09 0.58 0.01 50.55 0.97 0.71
Hex FD E6 6B 0 9 3A 1 33 61 47
Octal 375 346 153 0 11 72 1 63 141 107
Binary 11111101 11100110 1101011 0 1001 111010 1 110011 1100001 1000111

Color Harmonies of #FDE66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE66B

Black with #FDE66B

Text Example


Text Example

White with #FDE66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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