Html Css Color HEX #FDE67A Sweet Corn

📋 copy color: '#FDE67A'

red 253 ◦ green 230 ◦ blue 122

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

Shades of Sweet Corn #FDE67A

Tints of Sweet Corn #FDE67A

RGB

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

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

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

R = 41.82%
G = 38.02%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDE67A (or 0xFDE67A) is known color: Sweet Corn. HEX triplet: FD, E6 and 7A. RGB value is (253,230,122). Sum of RGB (Red+Green+Blue) = 253+230+122=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 122 (48.05% from 255 or 20.17% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE67A is #021985. Grayscale: #E1E1E1. Windows color (decimal): -137606 or 8054525. OLE color: 8054525.

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

Color convert

RGB 253 230 122 -
CMYK 0 0.09 0.52 0.01
HSL 49.47º 0.97% 0.74% -
HSV(B) 49.47º 0.52% 0.99% -
XYZ 72.32 78.88 29.83 -
YUV 224.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 253 230 122 0 0.09 0.52 0.01 49.47 0.97 0.74
Hex FD E6 7A 0 9 34 1 31 61 4A
Octal 375 346 172 0 11 64 1 61 141 112
Binary 11111101 11100110 1111010 0 1001 110100 1 110001 1100001 1001010

Color Harmonies of #FDE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE67A

Black with #FDE67A

Text Example


Text Example

White with #FDE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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