Html Css Color HEX #FDDF77 Sweet Corn

📋 copy color: '#FDDF77'

red 253 ◦ green 223 ◦ blue 119

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

Shades of Sweet Corn #FDDF77

Tints of Sweet Corn #FDDF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20%

R = 42.52%
G = 37.48%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDDF77 (or 0xFDDF77) is known color: Sweet Corn. HEX triplet: FD, DF and 77. RGB value is (253,223,119). Sum of RGB (Red+Green+Blue) = 253+223+119=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 119 (46.88% from 255 or 20% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF77 is #022088. Grayscale: #DCDCDC. Windows color (decimal): -139401 or 7856125. OLE color: 7856125.

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

Color convert

RGB 253 223 119 -
CMYK 0 0.12 0.53 0.01
HSL 46.57º 0.97% 0.73% -
HSV(B) 46.57º 0.53% 0.99% -
XYZ 70.23 74.99 28.23 -
YUV 220.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 253 223 119 0 0.12 0.53 0.01 46.57 0.97 0.73
Hex FD DF 77 0 C 35 1 2F 61 49
Octal 375 337 167 0 14 65 1 57 141 111
Binary 11111101 11011111 1110111 0 1100 110101 1 101111 1100001 1001001

Color Harmonies of #FDDF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF77

Black with #FDDF77

Text Example


Text Example

White with #FDDF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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