Html Css Color HEX #FAFD3C Paris Daisy

📋 copy color: '#FAFD3C'

red 250 ◦ green 253 ◦ blue 60

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

Shades of Paris Daisy #FAFD3C

Tints of Paris Daisy #FAFD3C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.94%

 BLUE value IS 60 (23.83% from 255) = 10.66%

R = 44.4%
G = 44.94%
B = 10.66%

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

#FAFD3C (or 0xFAFD3C) is known color: Paris Daisy. HEX triplet: FA, FD and 3C. RGB value is (250,253,60). Sum of RGB (Red+Green+Blue) = 250+253+60=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 60 (23.83% from 255 or 10.66% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD3C is #0502C3. Grayscale: #E6E6E6. Windows color (decimal): -328388 or 3997178. OLE color: 3997178.

HSL color Cylindrical-coordinate representation of color #FAFD3C: hue angle of 60.93º degrees, saturation: 0.98, 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 #FAFD3C is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 60 -
CMYK 0.01 0 0.76 0.01
HSL 60.93º 0.98% 0.61% -
HSV(B) 60.93º 0.76% 0.99% -
XYZ 75.37 90.9 17.85 -
YUV 230.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 250 253 60 0.01 0 0.76 0.01 60.93 0.98 0.61
Hex FA FD 3C 1 0 4C 1 3D 62 3D
Octal 372 375 74 1 0 114 1 75 142 75
Binary 11111010 11111101 111100 1 0 1001100 1 111101 1100010 111101

Color Harmonies of #FAFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD3C

Black with #FAFD3C

Text Example


Text Example

White with #FAFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD3C; }

 p { color: rgb(250,253,60); }

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

background-color css

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

 a { background-color: rgb(250,253,60); }

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

border-color css

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

 span { border-color: rgb(250,253,60); }

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