Html Css Color HEX #FAFF3E Paris Daisy

📋 copy color: '#FAFF3E'

red 250 ◦ green 255 ◦ blue 62

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

Shades of Paris Daisy #FAFF3E

Tints of Paris Daisy #FAFF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 10.93%

R = 44.09%
G = 44.97%
B = 10.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FAFF3E (or 0xFAFF3E) is known color: Paris Daisy. HEX triplet: FA, FF and 3E. RGB value is (250,255,62). Sum of RGB (Red+Green+Blue) = 250+255+62=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 62 (24.61% from 255 or 10.93% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF3E is #0500C1. Grayscale: #E8E8E8. Windows color (decimal): -327874 or 4128762. OLE color: 4128762.

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

Color convert

RGB 250 255 62 -
CMYK 0.02 0 0.76 0
HSL 61.55º 1% 0.62% -
HSV(B) 61.55º 0.76% 1% -
XYZ 76.05 92.19 18.34 -
YUV 231.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 250 255 62 0.02 0 0.76 0 61.55 1 0.62
Hex FA FF 3E 2 0 4C 0 3E 64 3E
Octal 372 377 76 2 0 114 0 76 144 76
Binary 11111010 11111111 111110 10 0 1001100 0 111110 1100100 111110

Color Harmonies of #FAFF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF3E

Black with #FAFF3E

Text Example


Text Example

White with #FAFF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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