Html Css Color HEX #FDDC6B Sweet Corn

📋 copy color: '#FDDC6B'

red 253 ◦ green 220 ◦ blue 107

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

Shades of Sweet Corn #FDDC6B

Tints of Sweet Corn #FDDC6B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 43.62%
G = 37.93%
B = 18.45%

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

#FDDC6B (or 0xFDDC6B) is known color: Sweet Corn. HEX triplet: FD, DC and 6B. RGB value is (253,220,107). Sum of RGB (Red+Green+Blue) = 253+220+107=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC6B is #022394. Grayscale: #D9D9D9. Windows color (decimal): -140181 or 7068925. OLE color: 7068925.

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

Color convert

RGB 253 220 107 -
CMYK 0 0.13 0.58 0.01
HSL 46.44º 0.97% 0.71% -
HSV(B) 46.44º 0.58% 0.99% -
XYZ 68.76 73.13 24.4 -
YUV 216.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 253 220 107 0 0.13 0.58 0.01 46.44 0.97 0.71
Hex FD DC 6B 0 D 3A 1 2E 61 47
Octal 375 334 153 0 15 72 1 56 141 107
Binary 11111101 11011100 1101011 0 1101 111010 1 101110 1100001 1000111

Color Harmonies of #FDDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC6B

Black with #FDDC6B

Text Example


Text Example

White with #FDDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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