Html Css Color HEX #FFFA4A Paris Daisy

📋 copy color: '#FFFA4A'

red 255 ◦ green 250 ◦ blue 74

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

Shades of Paris Daisy #FFFA4A

Tints of Paris Daisy #FFFA4A

RGB

 RED value IS 255 (100% from 255) = 44.04%

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

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

R = 44.04%
G = 43.18%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFFA4A (or 0xFFFA4A) is known color: Paris Daisy. HEX triplet: FF, FA and 4A. RGB value is (255,250,74). Sum of RGB (Red+Green+Blue) = 255+250+74=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 74 (29.30% from 255 or 12.78% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA4A is #0005B5. Grayscale: #E8E8E8. Windows color (decimal): -1462 or 4913919. OLE color: 4913919.

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

Color convert

RGB 255 250 74 -
CMYK 0 0.02 0.71 0
HSL 58.34º 1% 0.65% -
HSV(B) 58.34º 0.71% 1% -
XYZ 76.66 90.13 19.83 -
YUV 231.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 255 250 74 0 0.02 0.71 0 58.34 1 0.65
Hex FF FA 4A 0 2 47 0 3A 64 41
Octal 377 372 112 0 2 107 0 72 144 101
Binary 11111111 11111010 1001010 0 10 1000111 0 111010 1100100 1000001

Color Harmonies of #FFFA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA4A

Black with #FFFA4A

Text Example


Text Example

White with #FFFA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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