Html Css Color HEX #FDDF71 Sweet Corn

📋 copy color: '#FDDF71'

red 253 ◦ green 223 ◦ blue 113

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

Shades of Sweet Corn #FDDF71

Tints of Sweet Corn #FDDF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.19%

R = 42.95%
G = 37.86%
B = 19.19%

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

#FDDF71 (or 0xFDDF71) is known color: Sweet Corn. HEX triplet: FD, DF and 71. RGB value is (253,223,113). Sum of RGB (Red+Green+Blue) = 253+223+113=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 113 (44.53% from 255 or 19.19% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF71 is #02208E. Grayscale: #DBDBDB. Windows color (decimal): -139407 or 7462909. OLE color: 7462909.

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

Color convert

RGB 253 223 113 -
CMYK 0 0.12 0.55 0.01
HSL 47.14º 0.97% 0.72% -
HSV(B) 47.14º 0.55% 0.99% -
XYZ 69.88 74.85 26.39 -
YUV 219.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 253 223 113 0 0.12 0.55 0.01 47.14 0.97 0.72
Hex FD DF 71 0 C 37 1 2F 61 48
Octal 375 337 161 0 14 67 1 57 141 110
Binary 11111101 11011111 1110001 0 1100 110111 1 101111 1100001 1001000

Color Harmonies of #FDDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF71

Black with #FDDF71

Text Example


Text Example

White with #FDDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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