Html Css Color HEX #FDE26B Sweet Corn

📋 copy color: '#FDE26B'

red 253 ◦ green 226 ◦ blue 107

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

Shades of Sweet Corn #FDE26B

Tints of Sweet Corn #FDE26B

RGB

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

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

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

R = 43.17%
G = 38.57%
B = 18.26%

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

#FDE26B (or 0xFDE26B) is known color: Sweet Corn. HEX triplet: FD, E2 and 6B. RGB value is (253,226,107). Sum of RGB (Red+Green+Blue) = 253+226+107=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 107 (42.19% from 255 or 18.26% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE26B is #021D94. Grayscale: #DDDDDD. Windows color (decimal): -138645 or 7070461. OLE color: 7070461.

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

Color convert

RGB 253 226 107 -
CMYK 0 0.11 0.58 0.01
HSL 48.9º 0.97% 0.71% -
HSV(B) 48.9º 0.58% 0.99% -
XYZ 70.36 76.34 24.94 -
YUV 220.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 253 226 107 0 0.11 0.58 0.01 48.9 0.97 0.71
Hex FD E2 6B 0 B 3A 1 31 61 47
Octal 375 342 153 0 13 72 1 61 141 107
Binary 11111101 11100010 1101011 0 1011 111010 1 110001 1100001 1000111

Color Harmonies of #FDE26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE26B

Black with #FDE26B

Text Example


Text Example

White with #FDE26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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