Html Css Color HEX #F9FA53 Paris Daisy

📋 copy color: '#F9FA53'

red 249 ◦ green 250 ◦ blue 83

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

Shades of Paris Daisy #F9FA53

Tints of Paris Daisy #F9FA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.26%

R = 42.78%
G = 42.96%
B = 14.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F9FA53 (or 0xF9FA53) is known color: Paris Daisy. HEX triplet: F9, FA and 53. RGB value is (249,250,83). Sum of RGB (Red+Green+Blue) = 249+250+83=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 83 (32.81% from 255 or 14.26% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FA53 is #0605AC. Grayscale: #E7E7E7. Windows color (decimal): -394669 or 5503737. OLE color: 5503737.

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

Color convert

RGB 249 250 83 -
CMYK 0.00 0 0.67 0.02
HSL 60.36º 0.94% 0.65% -
HSV(B) 60.36º 0.67% 0.98% -
XYZ 74.81 89.14 21.45 -
YUV 230.66 44.67 141.08 -
System Red Green Blue C M Y K H S L
Decimal 249 250 83 0.00 0 0.67 0.02 60.36 0.94 0.65
Hex F9 FA 53 0 0 43 2 3C 5E 41
Octal 371 372 123 0 0 103 2 74 136 101
Binary 11111001 11111010 1010011 0 0 1000011 10 111100 1011110 1000001

Color Harmonies of #F9FA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA53

Black with #F9FA53

Text Example


Text Example

White with #F9FA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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