Html Css Color HEX #F1F156 Paris Daisy

📋 copy color: '#F1F156'

red 241 ◦ green 241 ◦ blue 86

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

Shades of Paris Daisy #F1F156

Tints of Paris Daisy #F1F156

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.43%

 BLUE value IS 86 (33.98% from 255) = 15.14%

R = 42.43%
G = 42.43%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1F156 (or 0xF1F156) is known color: Paris Daisy. HEX triplet: F1, F1 and 56. RGB value is (241,241,86). Sum of RGB (Red+Green+Blue) = 241+241+86=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 86 (33.98% from 255 or 15.14% from 568); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F156 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F156 is #0E0EA9. Grayscale: #DFDFDF. Windows color (decimal): -921258 or 5698033. OLE color: 5698033.

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

Color convert

RGB 241 241 86 -
CMYK 0 0 0.64 0.05
HSL 60º 0.85% 0.64% -
HSV(B) 60º 0.64% 0.95% -
XYZ 69.41 82.28 21.03 -
YUV 223.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 241 241 86 0 0 0.64 0.05 60 0.85 0.64
Hex F1 F1 56 0 0 40 5 3C 55 40
Octal 361 361 126 0 0 100 5 74 125 100
Binary 11110001 11110001 1010110 0 0 1000000 101 111100 1010101 1000000

Color Harmonies of #F1F156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F156

Black with #F1F156

Text Example


Text Example

White with #F1F156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F156; }

 p { color: rgb(241,241,86); }

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

background-color css

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

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

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

border-color css

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

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

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