Html Css Color HEX #F1E348 Paris Daisy

📋 copy color: '#F1E348'

red 241 ◦ green 227 ◦ blue 72

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

Shades of Paris Daisy #F1E348

Tints of Paris Daisy #F1E348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

 BLUE value IS 72 (28.52% from 255) = 13.33%

R = 44.63%
G = 42.04%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1E348 (or 0xF1E348) is known color: Paris Daisy. HEX triplet: F1, E3 and 48. RGB value is (241,227,72). Sum of RGB (Red+Green+Blue) = 241+227+72=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 72 (28.52% from 255 or 13.33% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E348 is #0E1CB7. Grayscale: #D6D6D6. Windows color (decimal): -924856 or 4776945. OLE color: 4776945.

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

Color convert

RGB 241 227 72 -
CMYK 0 0.06 0.70 0.05
HSL 55.03º 0.86% 0.61% -
HSV(B) 55.03º 0.7% 0.95% -
XYZ 64.91 74.11 17.01 -
YUV 213.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 241 227 72 0 0.06 0.70 0.05 55.03 0.86 0.61
Hex F1 E3 48 0 6 46 5 37 56 3D
Octal 361 343 110 0 6 106 5 67 126 75
Binary 11110001 11100011 1001000 0 110 1000110 101 110111 1010110 111101

Color Harmonies of #F1E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E348

Black with #F1E348

Text Example


Text Example

White with #F1E348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E348; }

 p { color: rgb(241,227,72); }

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

background-color css

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

 a { background-color: rgb(241,227,72); }

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

border-color css

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

 span { border-color: rgb(241,227,72); }

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