Html Css Color HEX #FDDB6C Sweet Corn

📋 copy color: '#FDDB6C'

red 253 ◦ green 219 ◦ blue 108

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

Shades of Sweet Corn #FDDB6C

Tints of Sweet Corn #FDDB6C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.76%

 BLUE value IS 108 (42.58% from 255) = 18.62%

R = 43.62%
G = 37.76%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDDB6C (or 0xFDDB6C) is known color: Sweet Corn. HEX triplet: FD, DB and 6C. RGB value is (253,219,108). Sum of RGB (Red+Green+Blue) = 253+219+108=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB6C is #022493. Grayscale: #D8D8D8. Windows color (decimal): -140436 or 7134205. OLE color: 7134205.

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

Color convert

RGB 253 219 108 -
CMYK 0 0.13 0.57 0.01
HSL 45.93º 0.97% 0.71% -
HSV(B) 45.93º 0.57% 0.99% -
XYZ 68.55 72.63 24.59 -
YUV 216.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 253 219 108 0 0.13 0.57 0.01 45.93 0.97 0.71
Hex FD DB 6C 0 D 39 1 2E 61 47
Octal 375 333 154 0 15 71 1 56 141 107
Binary 11111101 11011011 1101100 0 1101 111001 1 101110 1100001 1000111

Color Harmonies of #FDDB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB6C

Black with #FDDB6C

Text Example


Text Example

White with #FDDB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB6C; }

 p { color: rgb(253,219,108); }

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

background-color css

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

 a { background-color: rgb(253,219,108); }

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

border-color css

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

 span { border-color: rgb(253,219,108); }

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