Html Css Color HEX #F6E348 Paris Daisy

📋 copy color: '#F6E348'

red 246 ◦ green 227 ◦ blue 72

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

Shades of Paris Daisy #F6E348

Tints of Paris Daisy #F6E348

RGB

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

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

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

R = 45.14%
G = 41.65%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F6E348 (or 0xF6E348) is known color: Paris Daisy. HEX triplet: F6, E3 and 48. RGB value is (246,227,72). Sum of RGB (Red+Green+Blue) = 246+227+72=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E348 is #091CB7. Grayscale: #D7D7D7. Windows color (decimal): -597176 or 4776950. OLE color: 4776950.

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

Color convert

RGB 246 227 72 -
CMYK 0 0.08 0.71 0.04
HSL 53.45º 0.91% 0.62% -
HSV(B) 53.45º 0.71% 0.96% -
XYZ 66.64 75 17.09 -
YUV 215.01 47.29 150.1 -
System Red Green Blue C M Y K H S L
Decimal 246 227 72 0 0.08 0.71 0.04 53.45 0.91 0.62
Hex F6 E3 48 0 8 47 4 35 5B 3E
Octal 366 343 110 0 10 107 4 65 133 76
Binary 11110110 11100011 1001000 0 1000 1000111 100 110101 1011011 111110

Color Harmonies of #F6E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E348

Black with #F6E348

Text Example


Text Example

White with #F6E348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E348; }

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

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

background-color css

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

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

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

border-color css

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

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

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