Html Css Color HEX #FAFC3D Paris Daisy

📋 copy color: '#FAFC3D'

red 250 ◦ green 252 ◦ blue 61

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

Shades of Paris Daisy #FAFC3D

Tints of Paris Daisy #FAFC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 10.83%

R = 44.4%
G = 44.76%
B = 10.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FAFC3D (or 0xFAFC3D) is known color: Paris Daisy. HEX triplet: FA, FC and 3D. RGB value is (250,252,61). Sum of RGB (Red+Green+Blue) = 250+252+61=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 61 (24.22% from 255 or 10.83% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC3D is #0503C2. Grayscale: #E6E6E6. Windows color (decimal): -328643 or 4062458. OLE color: 4062458.

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

Color convert

RGB 250 252 61 -
CMYK 0.01 0 0.76 0.01
HSL 60.63º 0.97% 0.61% -
HSV(B) 60.63º 0.76% 0.99% -
XYZ 75.08 90.28 17.88 -
YUV 229.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 250 252 61 0.01 0 0.76 0.01 60.63 0.97 0.61
Hex FA FC 3D 1 0 4C 1 3D 61 3D
Octal 372 374 75 1 0 114 1 75 141 75
Binary 11111010 11111100 111101 1 0 1001100 1 111101 1100001 111101

Color Harmonies of #FAFC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC3D

Black with #FAFC3D

Text Example


Text Example

White with #FAFC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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