Html Css Color HEX #F1DC76 Sweet Corn

📋 copy color: '#F1DC76'

red 241 ◦ green 220 ◦ blue 118

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

Shades of Sweet Corn #F1DC76

Tints of Sweet Corn #F1DC76

RGB

 RED value IS 241 (94.53% from 255) = 41.62%

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 118 (46.48% from 255) = 20.38%

R = 41.62%
G = 38%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1DC76 (or 0xF1DC76) is known color: Sweet Corn. HEX triplet: F1, DC and 76. RGB value is (241,220,118). Sum of RGB (Red+Green+Blue) = 241+220+118=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC76 is #0E2389. Grayscale: #D7D7D7. Windows color (decimal): -926602 or 7789809. OLE color: 7789809.

HSL color Cylindrical-coordinate representation of color #F1DC76: hue angle of 49.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1DC76 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 118 -
CMYK 0 0.09 0.51 0.05
HSL 49.76º 0.81% 0.7% -
HSV(B) 49.76º 0.51% 0.95% -
XYZ 65.14 71.2 27.45 -
YUV 214.65 73.46 146.79 -
System Red Green Blue C M Y K H S L
Decimal 241 220 118 0 0.09 0.51 0.05 49.76 0.81 0.7
Hex F1 DC 76 0 9 33 5 32 51 46
Octal 361 334 166 0 11 63 5 62 121 106
Binary 11110001 11011100 1110110 0 1001 110011 101 110010 1010001 1000110

Color Harmonies of #F1DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC76

Black with #F1DC76

Text Example


Text Example

White with #F1DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC76; }

 p { color: rgb(241,220,118); }

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

background-color css

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

 a { background-color: rgb(241,220,118); }

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

border-color css

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

 span { border-color: rgb(241,220,118); }

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