Html Css Color HEX #FFFA54 Paris Daisy

📋 copy color: '#FFFA54'

red 255 ◦ green 250 ◦ blue 84

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

Shades of Paris Daisy #FFFA54

Tints of Paris Daisy #FFFA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.26%

R = 43.29%
G = 42.44%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFFA54 (or 0xFFFA54) is known color: Paris Daisy. HEX triplet: FF, FA and 54. RGB value is (255,250,84). Sum of RGB (Red+Green+Blue) = 255+250+84=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 84 (33.20% from 255 or 14.26% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA54 is #0005AB. Grayscale: #E9E9E9. Windows color (decimal): -1452 or 5569279. OLE color: 5569279.

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

Color convert

RGB 255 250 84 -
CMYK 0 0.02 0.67 0
HSL 58.25º 1% 0.66% -
HSV(B) 58.25º 0.67% 1% -
XYZ 77.03 90.27 21.75 -
YUV 232.57 44.16 144 -
System Red Green Blue C M Y K H S L
Decimal 255 250 84 0 0.02 0.67 0 58.25 1 0.66
Hex FF FA 54 0 2 43 0 3A 64 42
Octal 377 372 124 0 2 103 0 72 144 102
Binary 11111111 11111010 1010100 0 10 1000011 0 111010 1100100 1000010

Color Harmonies of #FFFA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA54

Black with #FFFA54

Text Example


Text Example

White with #FFFA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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