Html Css Color HEX #FFFA51 Paris Daisy

📋 copy color: '#FFFA51'

red 255 ◦ green 250 ◦ blue 81

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

Shades of Paris Daisy #FFFA51

Tints of Paris Daisy #FFFA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 13.82%

R = 43.52%
G = 42.66%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFFA51 (or 0xFFFA51) is known color: Paris Daisy. HEX triplet: FF, FA and 51. RGB value is (255,250,81). Sum of RGB (Red+Green+Blue) = 255+250+81=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 81 (32.03% from 255 or 13.82% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA51 is #0005AE. Grayscale: #E8E8E8. Windows color (decimal): -1455 or 5372671. OLE color: 5372671.

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

Color convert

RGB 255 250 81 -
CMYK 0 0.02 0.68 0
HSL 58.28º 1% 0.66% -
HSV(B) 58.28º 0.68% 1% -
XYZ 76.91 90.23 21.15 -
YUV 232.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 255 250 81 0 0.02 0.68 0 58.28 1 0.66
Hex FF FA 51 0 2 44 0 3A 64 42
Octal 377 372 121 0 2 104 0 72 144 102
Binary 11111111 11111010 1010001 0 10 1000100 0 111010 1100100 1000010

Color Harmonies of #FFFA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA51

Black with #FFFA51

Text Example


Text Example

White with #FFFA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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