Html Css Color HEX #F9E145 Paris Daisy

📋 copy color: '#F9E145'

red 249 ◦ green 225 ◦ blue 69

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

Shades of Paris Daisy #F9E145

Tints of Paris Daisy #F9E145

RGB

 RED value IS 249 (97.66% from 255) = 45.86%

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

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

R = 45.86%
G = 41.44%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F9E145 (or 0xF9E145) is known color: Paris Daisy. HEX triplet: F9, E1 and 45. RGB value is (249,225,69). Sum of RGB (Red+Green+Blue) = 249+225+69=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E145 is #061EBA. Grayscale: #D7D7D7. Windows color (decimal): -401083 or 4579833. OLE color: 4579833.

HSL color Cylindrical-coordinate representation of color #F9E145: hue angle of 52º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9E145 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 225 69 -
CMYK 0 0.10 0.72 0.02
HSL 52º 0.94% 0.62% -
HSV(B) 52º 0.72% 0.98% -
XYZ 67.07 74.42 16.46 -
YUV 214.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 249 225 69 0 0.10 0.72 0.02 52 0.94 0.62
Hex F9 E1 45 0 A 48 2 34 5E 3E
Octal 371 341 105 0 12 110 2 64 136 76
Binary 11111001 11100001 1000101 0 1010 1001000 10 110100 1011110 111110

Color Harmonies of #F9E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E145

Black with #F9E145

Text Example


Text Example

White with #F9E145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E145; }

 p { color: rgb(249,225,69); }

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

background-color css

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

 a { background-color: rgb(249,225,69); }

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

border-color css

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

 span { border-color: rgb(249,225,69); }

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