Html Css Color HEX #F1F042 Paris Daisy

📋 copy color: '#F1F042'

red 241 ◦ green 240 ◦ blue 66

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

Shades of Paris Daisy #F1F042

Tints of Paris Daisy #F1F042

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.88%

 BLUE value IS 66 (26.17% from 255) = 12.07%

R = 44.06%
G = 43.88%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1F042 (or 0xF1F042) is known color: Paris Daisy. HEX triplet: F1, F0 and 42. RGB value is (241,240,66). Sum of RGB (Red+Green+Blue) = 241+240+66=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 66 (26.17% from 255 or 12.07% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F042 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F042 is #0E0FBD. Grayscale: #DDDDDD. Windows color (decimal): -921534 or 4387057. OLE color: 4387057.

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

Color convert

RGB 241 240 66 -
CMYK 0 0.00 0.73 0.05
HSL 59.66º 0.86% 0.6% -
HSV(B) 59.66º 0.73% 0.95% -
XYZ 68.42 81.41 17.26 -
YUV 220.46 40.83 142.65 -
System Red Green Blue C M Y K H S L
Decimal 241 240 66 0 0.00 0.73 0.05 59.66 0.86 0.6
Hex F1 F0 42 0 0 49 5 3C 56 3C
Octal 361 360 102 0 0 111 5 74 126 74
Binary 11110001 11110000 1000010 0 0 1001001 101 111100 1010110 111100

Color Harmonies of #F1F042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F042

Black with #F1F042

Text Example


Text Example

White with #F1F042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F042; }

 p { color: rgb(241,240,66); }

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

background-color css

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

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

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

border-color css

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

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

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