Html Css Color HEX #FDE26A Sweet Corn

📋 copy color: '#FDE26A'

red 253 ◦ green 226 ◦ blue 106

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

Shades of Sweet Corn #FDE26A

Tints of Sweet Corn #FDE26A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.63%

 BLUE value IS 106 (41.8% from 255) = 18.12%

R = 43.25%
G = 38.63%
B = 18.12%

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

#FDE26A (or 0xFDE26A) is known color: Sweet Corn. HEX triplet: FD, E2 and 6A. RGB value is (253,226,106). Sum of RGB (Red+Green+Blue) = 253+226+106=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 106 (41.80% from 255 or 18.12% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE26A is #021D95. Grayscale: #DCDCDC. Windows color (decimal): -138646 or 7004925. OLE color: 7004925.

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

Color convert

RGB 253 226 106 -
CMYK 0 0.11 0.58 0.01
HSL 48.98º 0.97% 0.7% -
HSV(B) 48.98º 0.58% 0.99% -
XYZ 70.31 76.32 24.66 -
YUV 220.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 253 226 106 0 0.11 0.58 0.01 48.98 0.97 0.7
Hex FD E2 6A 0 B 3A 1 31 61 46
Octal 375 342 152 0 13 72 1 61 141 106
Binary 11111101 11100010 1101010 0 1011 111010 1 110001 1100001 1000110

Color Harmonies of #FDE26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE26A

Black with #FDE26A

Text Example


Text Example

White with #FDE26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE26A; }

 p { color: rgb(253,226,106); }

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

background-color css

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

 a { background-color: rgb(253,226,106); }

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

border-color css

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

 span { border-color: rgb(253,226,106); }

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