Html Css Color HEX #F6E345 Paris Daisy

📋 copy color: '#F6E345'

red 246 ◦ green 227 ◦ blue 69

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

Shades of Paris Daisy #F6E345

Tints of Paris Daisy #F6E345

RGB

 RED value IS 246 (96.48% from 255) = 45.39%

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

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

R = 45.39%
G = 41.88%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F6E345 (or 0xF6E345) is known color: Paris Daisy. HEX triplet: F6, E3 and 45. RGB value is (246,227,69). Sum of RGB (Red+Green+Blue) = 246+227+69=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E345 is #091CBA. Grayscale: #D7D7D7. Windows color (decimal): -597179 or 4580342. OLE color: 4580342.

HSL color Cylindrical-coordinate representation of color #F6E345: hue angle of 53.56º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6E345 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 227 69 -
CMYK 0 0.08 0.72 0.04
HSL 53.56º 0.91% 0.62% -
HSV(B) 53.56º 0.72% 0.96% -
XYZ 66.55 74.96 16.59 -
YUV 214.67 45.79 150.35 -
System Red Green Blue C M Y K H S L
Decimal 246 227 69 0 0.08 0.72 0.04 53.56 0.91 0.62
Hex F6 E3 45 0 8 48 4 36 5B 3E
Octal 366 343 105 0 10 110 4 66 133 76
Binary 11110110 11100011 1000101 0 1000 1001000 100 110110 1011011 111110

Color Harmonies of #F6E345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E345

Black with #F6E345

Text Example


Text Example

White with #F6E345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E345; }

 p { color: rgb(246,227,69); }

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

background-color css

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

 a { background-color: rgb(246,227,69); }

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

border-color css

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

 span { border-color: rgb(246,227,69); }

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