Html Css Color HEX #F6E14F Paris Daisy

📋 copy color: '#F6E14F'

red 246 ◦ green 225 ◦ blue 79

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

Shades of Paris Daisy #F6E14F

Tints of Paris Daisy #F6E14F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.91%

 BLUE value IS 79 (31.25% from 255) = 14.36%

R = 44.73%
G = 40.91%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6E14F (or 0xF6E14F) is known color: Paris Daisy. HEX triplet: F6, E1 and 4F. RGB value is (246,225,79). Sum of RGB (Red+Green+Blue) = 246+225+79=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 79 (31.25% from 255 or 14.36% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E14F is #091EB0. Grayscale: #D7D7D7. Windows color (decimal): -597681 or 5235190. OLE color: 5235190.

HSL color Cylindrical-coordinate representation of color #F6E14F: hue angle of 52.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6E14F is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 225 79 -
CMYK 0 0.09 0.68 0.04
HSL 52.46º 0.9% 0.64% -
HSV(B) 52.46º 0.68% 0.96% -
XYZ 66.34 74.01 18.19 -
YUV 214.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 246 225 79 0 0.09 0.68 0.04 52.46 0.9 0.64
Hex F6 E1 4F 0 9 44 4 34 5A 40
Octal 366 341 117 0 11 104 4 64 132 100
Binary 11110110 11100001 1001111 0 1001 1000100 100 110100 1011010 1000000

Color Harmonies of #F6E14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E14F

Black with #F6E14F

Text Example


Text Example

White with #F6E14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E14F; }

 p { color: rgb(246,225,79); }

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

background-color css

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

 a { background-color: rgb(246,225,79); }

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

border-color css

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

 span { border-color: rgb(246,225,79); }

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