Html Css Color HEX #FDDB75 Sweet Corn

📋 copy color: '#FDDB75'

red 253 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #FDDB75

Tints of Sweet Corn #FDDB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.86%

R = 42.95%
G = 37.18%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDDB75 (or 0xFDDB75) is known color: Sweet Corn. HEX triplet: FD, DB and 75. RGB value is (253,219,117). Sum of RGB (Red+Green+Blue) = 253+219+117=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB75 is #02248A. Grayscale: #D9D9D9. Windows color (decimal): -140427 or 7724029. OLE color: 7724029.

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

Color convert

RGB 253 219 117 -
CMYK 0 0.13 0.54 0.01
HSL 45º 0.97% 0.73% -
HSV(B) 45º 0.54% 0.99% -
XYZ 69.05 72.83 27.25 -
YUV 217.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 253 219 117 0 0.13 0.54 0.01 45 0.97 0.73
Hex FD DB 75 0 D 36 1 2D 61 49
Octal 375 333 165 0 15 66 1 55 141 111
Binary 11111101 11011011 1110101 0 1101 110110 1 101101 1100001 1001001

Color Harmonies of #FDDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB75

Black with #FDDB75

Text Example


Text Example

White with #FDDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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