Html Css Color HEX #FAFC3F Paris Daisy

📋 copy color: '#FAFC3F'

red 250 ◦ green 252 ◦ blue 63

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

Shades of Paris Daisy #FAFC3F

Tints of Paris Daisy #FAFC3F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.6%

 BLUE value IS 63 (25% from 255) = 11.15%

R = 44.25%
G = 44.6%
B = 11.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FAFC3F (or 0xFAFC3F) is known color: Paris Daisy. HEX triplet: FA, FC and 3F. RGB value is (250,252,63). Sum of RGB (Red+Green+Blue) = 250+252+63=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 63 (25% from 255 or 11.15% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC3F is #0503C0. Grayscale: #E6E6E6. Windows color (decimal): -328641 or 4193530. OLE color: 4193530.

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

Color convert

RGB 250 252 63 -
CMYK 0.01 0 0.75 0.01
HSL 60.63º 0.97% 0.62% -
HSV(B) 60.63º 0.75% 0.99% -
XYZ 75.13 90.3 18.17 -
YUV 229.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 250 252 63 0.01 0 0.75 0.01 60.63 0.97 0.62
Hex FA FC 3F 1 0 4B 1 3D 61 3E
Octal 372 374 77 1 0 113 1 75 141 76
Binary 11111010 11111100 111111 1 0 1001011 1 111101 1100001 111110

Color Harmonies of #FAFC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC3F

Black with #FAFC3F

Text Example


Text Example

White with #FAFC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC3F; }

 p { color: rgb(250,252,63); }

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

background-color css

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

 a { background-color: rgb(250,252,63); }

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

border-color css

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

 span { border-color: rgb(250,252,63); }

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