Html Css Color HEX #F1F052 Paris Daisy

📋 copy color: '#F1F052'

red 241 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #F1F052

Tints of Paris Daisy #F1F052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.56%

R = 42.81%
G = 42.63%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1F052 (or 0xF1F052) is known color: Paris Daisy. HEX triplet: F1, F0 and 52. RGB value is (241,240,82). Sum of RGB (Red+Green+Blue) = 241+240+82=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F052 is #0E0FAD. Grayscale: #DEDEDE. Windows color (decimal): -921518 or 5435633. OLE color: 5435633.

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

Color convert

RGB 241 240 82 -
CMYK 0 0.00 0.66 0.05
HSL 59.62º 0.85% 0.63% -
HSV(B) 59.62º 0.66% 0.95% -
XYZ 68.96 81.63 20.1 -
YUV 222.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 241 240 82 0 0.00 0.66 0.05 59.62 0.85 0.63
Hex F1 F0 52 0 0 42 5 3C 55 3F
Octal 361 360 122 0 0 102 5 74 125 77
Binary 11110001 11110000 1010010 0 0 1000010 101 111100 1010101 111111

Color Harmonies of #F1F052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F052

Black with #F1F052

Text Example


Text Example

White with #F1F052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F052; }

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

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

background-color css

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

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

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

border-color css

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

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

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