Html Css Color HEX #F1F352 Paris Daisy

📋 copy color: '#F1F352'

red 241 ◦ green 243 ◦ blue 82

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

Shades of Paris Daisy #F1F352

Tints of Paris Daisy #F1F352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.93%

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

R = 42.58%
G = 42.93%
B = 14.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1F352 (or 0xF1F352) is known color: Paris Daisy. HEX triplet: F1, F3 and 52. RGB value is (241,243,82). Sum of RGB (Red+Green+Blue) = 241+243+82=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 82 (32.42% from 255 or 14.49% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F352 is #0E0CAD. Grayscale: #E0E0E0. Windows color (decimal): -920750 or 5436401. OLE color: 5436401.

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

Color convert

RGB 241 243 82 -
CMYK 0.01 0 0.66 0.05
HSL 60.75º 0.87% 0.64% -
HSV(B) 60.75º 0.66% 0.95% -
XYZ 69.85 83.41 20.4 -
YUV 224.05 47.84 140.09 -
System Red Green Blue C M Y K H S L
Decimal 241 243 82 0.01 0 0.66 0.05 60.75 0.87 0.64
Hex F1 F3 52 1 0 42 5 3D 57 40
Octal 361 363 122 1 0 102 5 75 127 100
Binary 11110001 11110011 1010010 1 0 1000010 101 111101 1010111 1000000

Color Harmonies of #F1F352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F352

Black with #F1F352

Text Example


Text Example

White with #F1F352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F352; }

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

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

background-color css

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

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

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

border-color css

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

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

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