Html Css Color HEX #F1DA70 Sweet Corn

📋 copy color: '#F1DA70'

red 241 ◦ green 218 ◦ blue 112

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

Shades of Sweet Corn #F1DA70

Tints of Sweet Corn #F1DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

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

R = 42.21%
G = 38.18%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1DA70 (or 0xF1DA70) is known color: Sweet Corn. HEX triplet: F1, DA and 70. RGB value is (241,218,112). Sum of RGB (Red+Green+Blue) = 241+218+112=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA70 is #0E258F. Grayscale: #D5D5D5. Windows color (decimal): -927120 or 7396081. OLE color: 7396081.

HSL color Cylindrical-coordinate representation of color #F1DA70: hue angle of 49.3º 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 #F1DA70 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 218 112 -
CMYK 0 0.10 0.54 0.05
HSL 49.3º 0.82% 0.69% -
HSV(B) 49.3º 0.54% 0.95% -
XYZ 64.27 70.01 25.46 -
YUV 212.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 241 218 112 0 0.10 0.54 0.05 49.3 0.82 0.69
Hex F1 DA 70 0 A 36 5 31 52 45
Octal 361 332 160 0 12 66 5 61 122 105
Binary 11110001 11011010 1110000 0 1010 110110 101 110001 1010010 1000101

Color Harmonies of #F1DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA70

Black with #F1DA70

Text Example


Text Example

White with #F1DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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