Html Css Color HEX #F1D775 Sweet Corn

📋 copy color: '#F1D775'

red 241 ◦ green 215 ◦ blue 117

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

Shades of Sweet Corn #F1D775

Tints of Sweet Corn #F1D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.52%

 BLUE value IS 117 (46.09% from 255) = 20.42%

R = 42.06%
G = 37.52%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1D775 (or 0xF1D775) is known color: Sweet Corn. HEX triplet: F1, D7 and 75. RGB value is (241,215,117). Sum of RGB (Red+Green+Blue) = 241+215+117=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D775 is #0E288A. Grayscale: #D4D4D4. Windows color (decimal): -927883 or 7722993. OLE color: 7722993.

HSL color Cylindrical-coordinate representation of color #F1D775: hue angle of 47.42º degrees, saturation: 0.82, 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 #F1D775 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 117 -
CMYK 0 0.11 0.51 0.05
HSL 47.42º 0.82% 0.7% -
HSV(B) 47.42º 0.51% 0.95% -
XYZ 63.79 68.59 26.71 -
YUV 211.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 241 215 117 0 0.11 0.51 0.05 47.42 0.82 0.7
Hex F1 D7 75 0 B 33 5 2F 52 46
Octal 361 327 165 0 13 63 5 57 122 106
Binary 11110001 11010111 1110101 0 1011 110011 101 101111 1010010 1000110

Color Harmonies of #F1D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D775

Black with #F1D775

Text Example


Text Example

White with #F1D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D775; }

 p { color: rgb(241,215,117); }

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

background-color css

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

 a { background-color: rgb(241,215,117); }

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

border-color css

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

 span { border-color: rgb(241,215,117); }

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