Html Css Color HEX #F1F045 Paris Daisy

📋 copy color: '#F1F045'

red 241 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #F1F045

Tints of Paris Daisy #F1F045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.55%

R = 43.82%
G = 43.64%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F1F045 (or 0xF1F045) is known color: Paris Daisy. HEX triplet: F1, F0 and 45. RGB value is (241,240,69). Sum of RGB (Red+Green+Blue) = 241+240+69=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 69 (27.34% from 255 or 12.55% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F045 is #0E0FBA. Grayscale: #DDDDDD. Windows color (decimal): -921531 or 4583665. OLE color: 4583665.

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

Color convert

RGB 241 240 69 -
CMYK 0 0.00 0.71 0.05
HSL 59.65º 0.86% 0.61% -
HSV(B) 59.65º 0.71% 0.95% -
XYZ 68.51 81.45 17.74 -
YUV 220.81 42.33 142.4 -
System Red Green Blue C M Y K H S L
Decimal 241 240 69 0 0.00 0.71 0.05 59.65 0.86 0.61
Hex F1 F0 45 0 0 47 5 3C 56 3D
Octal 361 360 105 0 0 107 5 74 126 75
Binary 11110001 11110000 1000101 0 0 1000111 101 111100 1010110 111101

Color Harmonies of #F1F045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F045

Black with #F1F045

Text Example


Text Example

White with #F1F045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F045; }

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

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

background-color css

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

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

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

border-color css

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

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

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