Html Css Color HEX #FAFD51 Paris Daisy

📋 copy color: '#FAFD51'

red 250 ◦ green 253 ◦ blue 81

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

Shades of Paris Daisy #FAFD51

Tints of Paris Daisy #FAFD51

RGB

 RED value IS 250 (98.05% from 255) = 42.81%

 GREEN value IS 253 (99.22% from 255) = 43.32%

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

R = 42.81%
G = 43.32%
B = 13.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FAFD51 (or 0xFAFD51) is known color: Paris Daisy. HEX triplet: FA, FD and 51. RGB value is (250,253,81). Sum of RGB (Red+Green+Blue) = 250+253+81=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 81 (32.03% from 255 or 13.87% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD51 is #0502AE. Grayscale: #E9E9E9. Windows color (decimal): -328367 or 5373434. OLE color: 5373434.

HSL color Cylindrical-coordinate representation of color #FAFD51: hue angle of 61.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAFD51 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 81 -
CMYK 0.01 0 0.68 0.01
HSL 61.05º 0.98% 0.65% -
HSV(B) 61.05º 0.68% 0.99% -
XYZ 76.03 91.17 21.37 -
YUV 232.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 250 253 81 0.01 0 0.68 0.01 61.05 0.98 0.65
Hex FA FD 51 1 0 44 1 3D 62 41
Octal 372 375 121 1 0 104 1 75 142 101
Binary 11111010 11111101 1010001 1 0 1000100 1 111101 1100010 1000001

Color Harmonies of #FAFD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD51

Black with #FAFD51

Text Example


Text Example

White with #FAFD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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