Html Css Color HEX #F9FA4A Paris Daisy

📋 copy color: '#F9FA4A'

red 249 ◦ green 250 ◦ blue 74

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

Shades of Paris Daisy #F9FA4A

Tints of Paris Daisy #F9FA4A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.63%

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

R = 43.46%
G = 43.63%
B = 12.91%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9FA4A (or 0xF9FA4A) is known color: Paris Daisy. HEX triplet: F9, FA and 4A. RGB value is (249,250,74). Sum of RGB (Red+Green+Blue) = 249+250+74=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA4A is #0605B5. Grayscale: #E6E6E6. Windows color (decimal): -394678 or 4913913. OLE color: 4913913.

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

Color convert

RGB 249 250 74 -
CMYK 0.00 0 0.70 0.02
HSL 60.34º 0.95% 0.64% -
HSV(B) 60.34º 0.7% 0.98% -
XYZ 74.49 89.01 19.73 -
YUV 229.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 249 250 74 0.00 0 0.70 0.02 60.34 0.95 0.64
Hex F9 FA 4A 0 0 46 2 3C 5F 40
Octal 371 372 112 0 0 106 2 74 137 100
Binary 11111001 11111010 1001010 0 0 1000110 10 111100 1011111 1000000

Color Harmonies of #F9FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA4A

Black with #F9FA4A

Text Example


Text Example

White with #F9FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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