Html Css Color HEX #FDDE7A Sweet Corn

📋 copy color: '#FDDE7A'

red 253 ◦ green 222 ◦ blue 122

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

Shades of Sweet Corn #FDDE7A

Tints of Sweet Corn #FDDE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

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

R = 42.38%
G = 37.19%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDDE7A (or 0xFDDE7A) is known color: Sweet Corn. HEX triplet: FD, DE and 7A. RGB value is (253,222,122). Sum of RGB (Red+Green+Blue) = 253+222+122=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE7A is #022185. Grayscale: #DCDCDC. Windows color (decimal): -139654 or 8052477. OLE color: 8052477.

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

Color convert

RGB 253 222 122 -
CMYK 0 0.12 0.52 0.01
HSL 45.8º 0.97% 0.74% -
HSV(B) 45.8º 0.52% 0.99% -
XYZ 70.14 74.53 29.1 -
YUV 219.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 253 222 122 0 0.12 0.52 0.01 45.8 0.97 0.74
Hex FD DE 7A 0 C 34 1 2E 61 4A
Octal 375 336 172 0 14 64 1 56 141 112
Binary 11111101 11011110 1111010 0 1100 110100 1 101110 1100001 1001010

Color Harmonies of #FDDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE7A

Black with #FDDE7A

Text Example


Text Example

White with #FDDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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