Html Css Color HEX #F1E752 Paris Daisy

📋 copy color: '#F1E752'

red 241 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #F1E752

Tints of Paris Daisy #F1E752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.7%

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

R = 43.5%
G = 41.7%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1E752 (or 0xF1E752) is known color: Paris Daisy. HEX triplet: F1, E7 and 52. RGB value is (241,231,82). Sum of RGB (Red+Green+Blue) = 241+231+82=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E752 is #0E18AD. Grayscale: #D9D9D9. Windows color (decimal): -923822 or 5433329. OLE color: 5433329.

HSL color Cylindrical-coordinate representation of color #F1E752: hue angle of 56.23º 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 #F1E752 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 231 82 -
CMYK 0 0.04 0.66 0.05
HSL 56.23º 0.85% 0.63% -
HSV(B) 56.23º 0.66% 0.95% -
XYZ 66.37 76.46 19.24 -
YUV 217 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 241 231 82 0 0.04 0.66 0.05 56.23 0.85 0.63
Hex F1 E7 52 0 4 42 5 38 55 3F
Octal 361 347 122 0 4 102 5 70 125 77
Binary 11110001 11100111 1010010 0 100 1000010 101 111000 1010101 111111

Color Harmonies of #F1E752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E752

Black with #F1E752

Text Example


Text Example

White with #F1E752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E752; }

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

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

background-color css

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

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

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

border-color css

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

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

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