Html Css Color HEX #F9EB4A Paris Daisy

📋 copy color: '#F9EB4A'

red 249 ◦ green 235 ◦ blue 74

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

Shades of Paris Daisy #F9EB4A

Tints of Paris Daisy #F9EB4A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 74 (29.3% from 255) = 13.26%

R = 44.62%
G = 42.11%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9EB4A (or 0xF9EB4A) is known color: Paris Daisy. HEX triplet: F9, EB and 4A. RGB value is (249,235,74). Sum of RGB (Red+Green+Blue) = 249+235+74=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EB4A is #0614B5. Grayscale: #DDDDDD. Windows color (decimal): -398518 or 4910073. OLE color: 4910073.

HSL color Cylindrical-coordinate representation of color #F9EB4A: hue angle of 55.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9EB4A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 235 74 -
CMYK 0 0.06 0.70 0.02
HSL 55.2º 0.94% 0.63% -
HSV(B) 55.2º 0.7% 0.98% -
XYZ 70.01 80.05 18.24 -
YUV 220.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 249 235 74 0 0.06 0.70 0.02 55.2 0.94 0.63
Hex F9 EB 4A 0 6 46 2 37 5E 3F
Octal 371 353 112 0 6 106 2 67 136 77
Binary 11111001 11101011 1001010 0 110 1000110 10 110111 1011110 111111

Color Harmonies of #F9EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EB4A

Black with #F9EB4A

Text Example


Text Example

White with #F9EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EB4A; }

 p { color: rgb(249,235,74); }

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

background-color css

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

 a { background-color: rgb(249,235,74); }

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

border-color css

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

 span { border-color: rgb(249,235,74); }

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