Html Css Color HEX #FDDF73 Sweet Corn

📋 copy color: '#FDDF73'

red 253 ◦ green 223 ◦ blue 115

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

Shades of Sweet Corn #FDDF73

Tints of Sweet Corn #FDDF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.46%

R = 42.81%
G = 37.73%
B = 19.46%

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

#FDDF73 (or 0xFDDF73) is known color: Sweet Corn. HEX triplet: FD, DF and 73. RGB value is (253,223,115). Sum of RGB (Red+Green+Blue) = 253+223+115=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 115 (45.31% from 255 or 19.46% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF73 is #02208C. Grayscale: #DCDCDC. Windows color (decimal): -139405 or 7593981. OLE color: 7593981.

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

Color convert

RGB 253 223 115 -
CMYK 0 0.12 0.55 0.01
HSL 46.96º 0.97% 0.72% -
HSV(B) 46.96º 0.55% 0.99% -
XYZ 69.99 74.9 26.99 -
YUV 219.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 253 223 115 0 0.12 0.55 0.01 46.96 0.97 0.72
Hex FD DF 73 0 C 37 1 2F 61 48
Octal 375 337 163 0 14 67 1 57 141 110
Binary 11111101 11011111 1110011 0 1100 110111 1 101111 1100001 1001000

Color Harmonies of #FDDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF73

Black with #FDDF73

Text Example


Text Example

White with #FDDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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