Html Css Color HEX #FAFF41 Paris Daisy

📋 copy color: '#FAFF41'

red 250 ◦ green 255 ◦ blue 65

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

Shades of Paris Daisy #FAFF41

Tints of Paris Daisy #FAFF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.4%

R = 43.86%
G = 44.74%
B = 11.4%

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

#FAFF41 (or 0xFAFF41) is known color: Paris Daisy. HEX triplet: FA, FF and 41. RGB value is (250,255,65). Sum of RGB (Red+Green+Blue) = 250+255+65=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 65 (25.78% from 255 or 11.40% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF41 is #0500BE. Grayscale: #E8E8E8. Windows color (decimal): -327871 or 4325370. OLE color: 4325370.

HSL color Cylindrical-coordinate representation of color #FAFF41: hue angle of 61.58º 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 #FAFF41 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 65 -
CMYK 0.02 0 0.75 0
HSL 61.58º 1% 0.63% -
HSV(B) 61.58º 0.75% 1% -
XYZ 76.14 92.23 18.79 -
YUV 231.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 250 255 65 0.02 0 0.75 0 61.58 1 0.63
Hex FA FF 41 2 0 4B 0 3E 64 3F
Octal 372 377 101 2 0 113 0 76 144 77
Binary 11111010 11111111 1000001 10 0 1001011 0 111110 1100100 111111

Color Harmonies of #FAFF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF41

Black with #FAFF41

Text Example


Text Example

White with #FAFF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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