Html Css Color HEX #FAFF48 Paris Daisy

📋 copy color: '#FAFF48'

red 250 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #FAFF48

Tints of Paris Daisy #FAFF48

RGB

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

 GREEN value IS 255 (100% from 255) = 44.19%

 BLUE value IS 72 (28.52% from 255) = 12.48%

R = 43.33%
G = 44.19%
B = 12.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FAFF48 (or 0xFAFF48) is known color: Paris Daisy. HEX triplet: FA, FF and 48. RGB value is (250,255,72). Sum of RGB (Red+Green+Blue) = 250+255+72=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 72 (28.52% from 255 or 12.48% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF48 is #0500B7. Grayscale: #E9E9E9. Windows color (decimal): -327864 or 4784122. OLE color: 4784122.

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

Color convert

RGB 250 255 72 -
CMYK 0.02 0 0.72 0
HSL 61.64º 1% 0.64% -
HSV(B) 61.64º 0.72% 1% -
XYZ 76.35 92.31 19.92 -
YUV 232.64 37.34 140.38 -
System Red Green Blue C M Y K H S L
Decimal 250 255 72 0.02 0 0.72 0 61.64 1 0.64
Hex FA FF 48 2 0 48 0 3E 64 40
Octal 372 377 110 2 0 110 0 76 144 100
Binary 11111010 11111111 1001000 10 0 1001000 0 111110 1100100 1000000

Color Harmonies of #FAFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF48

Black with #FAFF48

Text Example


Text Example

White with #FAFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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