Html Css Color HEX #FDDF72 Sweet Corn

📋 copy color: '#FDDF72'

red 253 ◦ green 223 ◦ blue 114

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

Shades of Sweet Corn #FDDF72

Tints of Sweet Corn #FDDF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.32%

R = 42.88%
G = 37.8%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDDF72 (or 0xFDDF72) is known color: Sweet Corn. HEX triplet: FD, DF and 72. RGB value is (253,223,114). Sum of RGB (Red+Green+Blue) = 253+223+114=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF72 is #02208D. Grayscale: #DCDCDC. Windows color (decimal): -139406 or 7528445. OLE color: 7528445.

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

Color convert

RGB 253 223 114 -
CMYK 0 0.12 0.55 0.01
HSL 47.05º 0.97% 0.72% -
HSV(B) 47.05º 0.55% 0.99% -
XYZ 69.93 74.87 26.69 -
YUV 219.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 253 223 114 0 0.12 0.55 0.01 47.05 0.97 0.72
Hex FD DF 72 0 C 37 1 2F 61 48
Octal 375 337 162 0 14 67 1 57 141 110
Binary 11111101 11011111 1110010 0 1100 110111 1 101111 1100001 1001000

Color Harmonies of #FDDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF72

Black with #FDDF72

Text Example


Text Example

White with #FDDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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