Html Css Color HEX #FAFF40 Paris Daisy

📋 copy color: '#FAFF40'

red 250 ◦ green 255 ◦ blue 64

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

Shades of Paris Daisy #FAFF40

Tints of Paris Daisy #FAFF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.25%

R = 43.94%
G = 44.82%
B = 11.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FAFF40 (or 0xFAFF40) is known color: Paris Daisy. HEX triplet: FA, FF and 40. RGB value is (250,255,64). Sum of RGB (Red+Green+Blue) = 250+255+64=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 64 (25.39% from 255 or 11.25% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF40 is #0500BF. Grayscale: #E8E8E8. Windows color (decimal): -327872 or 4259834. OLE color: 4259834.

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

Color convert

RGB 250 255 64 -
CMYK 0.02 0 0.75 0
HSL 61.57º 1% 0.63% -
HSV(B) 61.57º 0.75% 1% -
XYZ 76.11 92.21 18.64 -
YUV 231.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 250 255 64 0.02 0 0.75 0 61.57 1 0.63
Hex FA FF 40 2 0 4B 0 3E 64 3F
Octal 372 377 100 2 0 113 0 76 144 77
Binary 11111010 11111111 1000000 10 0 1001011 0 111110 1100100 111111

Color Harmonies of #FAFF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF40

Black with #FAFF40

Text Example


Text Example

White with #FAFF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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