Html Css Color HEX #FDDF7D Sweet Corn

📋 copy color: '#FDDF7D'

red 253 ◦ green 223 ◦ blue 125

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

Shades of Sweet Corn #FDDF7D

Tints of Sweet Corn #FDDF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.1%

 BLUE value IS 125 (49.22% from 255) = 20.8%

R = 42.1%
G = 37.1%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDDF7D (or 0xFDDF7D) is known color: Sweet Corn. HEX triplet: FD, DF and 7D. RGB value is (253,223,125). Sum of RGB (Red+Green+Blue) = 253+223+125=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7D is #022082. Grayscale: #DDDDDD. Windows color (decimal): -139395 or 8249341. OLE color: 8249341.

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

Color convert

RGB 253 223 125 -
CMYK 0 0.12 0.51 0.01
HSL 45.94º 0.97% 0.74% -
HSV(B) 45.94º 0.51% 0.99% -
XYZ 70.6 75.14 30.18 -
YUV 220.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 253 223 125 0 0.12 0.51 0.01 45.94 0.97 0.74
Hex FD DF 7D 0 C 33 1 2E 61 4A
Octal 375 337 175 0 14 63 1 56 141 112
Binary 11111101 11011111 1111101 0 1100 110011 1 101110 1100001 1001010

Color Harmonies of #FDDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF7D

Black with #FDDF7D

Text Example


Text Example

White with #FDDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF7D; }

 p { color: rgb(253,223,125); }

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

background-color css

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

 a { background-color: rgb(253,223,125); }

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

border-color css

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

 span { border-color: rgb(253,223,125); }

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