Html Css Color HEX #FDDD6A Sweet Corn

📋 copy color: '#FDDD6A'

red 253 ◦ green 221 ◦ blue 106

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

Shades of Sweet Corn #FDDD6A

Tints of Sweet Corn #FDDD6A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 43.62%
G = 38.1%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDDD6A (or 0xFDDD6A) is known color: Sweet Corn. HEX triplet: FD, DD and 6A. RGB value is (253,221,106). Sum of RGB (Red+Green+Blue) = 253+221+106=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDD6A is #022295. Grayscale: #D9D9D9. Windows color (decimal): -139926 or 7003645. OLE color: 7003645.

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

Color convert

RGB 253 221 106 -
CMYK 0 0.13 0.58 0.01
HSL 46.94º 0.97% 0.7% -
HSV(B) 46.94º 0.58% 0.99% -
XYZ 68.97 73.64 24.21 -
YUV 217.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 253 221 106 0 0.13 0.58 0.01 46.94 0.97 0.7
Hex FD DD 6A 0 D 3A 1 2F 61 46
Octal 375 335 152 0 15 72 1 57 141 106
Binary 11111101 11011101 1101010 0 1101 111010 1 101111 1100001 1000110

Color Harmonies of #FDDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD6A

Black with #FDDD6A

Text Example


Text Example

White with #FDDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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