Html Css Color HEX #FDE27A Sweet Corn

📋 copy color: '#FDE27A'

red 253 ◦ green 226 ◦ blue 122

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

Shades of Sweet Corn #FDE27A

Tints of Sweet Corn #FDE27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.3%

R = 42.1%
G = 37.6%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDE27A (or 0xFDE27A) is known color: Sweet Corn. HEX triplet: FD, E2 and 7A. RGB value is (253,226,122). Sum of RGB (Red+Green+Blue) = 253+226+122=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 122 (48.05% from 255 or 20.30% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE27A is #021D85. Grayscale: #DEDEDE. Windows color (decimal): -138630 or 8053501. OLE color: 8053501.

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

Color convert

RGB 253 226 122 -
CMYK 0 0.11 0.52 0.01
HSL 47.63º 0.97% 0.74% -
HSV(B) 47.63º 0.52% 0.99% -
XYZ 71.22 76.68 29.46 -
YUV 222.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 253 226 122 0 0.11 0.52 0.01 47.63 0.97 0.74
Hex FD E2 7A 0 B 34 1 30 61 4A
Octal 375 342 172 0 13 64 1 60 141 112
Binary 11111101 11100010 1111010 0 1011 110100 1 110000 1100001 1001010

Color Harmonies of #FDE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE27A

Black with #FDE27A

Text Example


Text Example

White with #FDE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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