Html Css Color HEX #F1DC70 Sweet Corn

📋 copy color: '#F1DC70'

red 241 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #F1DC70

Tints of Sweet Corn #F1DC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.55%

R = 42.06%
G = 38.39%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1DC70 (or 0xF1DC70) is known color: Sweet Corn. HEX triplet: F1, DC and 70. RGB value is (241,220,112). Sum of RGB (Red+Green+Blue) = 241+220+112=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DC70 is #0E238F. Grayscale: #D6D6D6. Windows color (decimal): -926608 or 7396593. OLE color: 7396593.

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

Color convert

RGB 241 220 112 -
CMYK 0 0.09 0.54 0.05
HSL 50.23º 0.82% 0.69% -
HSV(B) 50.23º 0.54% 0.95% -
XYZ 64.79 71.06 25.63 -
YUV 213.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 241 220 112 0 0.09 0.54 0.05 50.23 0.82 0.69
Hex F1 DC 70 0 9 36 5 32 52 45
Octal 361 334 160 0 11 66 5 62 122 105
Binary 11110001 11011100 1110000 0 1001 110110 101 110010 1010010 1000101

Color Harmonies of #F1DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DC70

Black with #F1DC70

Text Example


Text Example

White with #F1DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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