#FAFD3C

Color #FAFD3C Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FAFD3C

Tints of Paris Daisy #FAFD3C

Color information

#FAFD3C (or 0xFAFD3C) is unknown color: approx 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

RGB25025360-
CMYK0.0100.760.01
HSL60.93º97.97%61.37%-
HSV(B)60.93º76.28%99.22%-
XYZ75.3790.917.85-
YUV230.132.01142.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 253 (99.22% from 255) = 44.94%
BLUE value IS 60 (23.83% from 255) = 10.66%
R=44.40%
G=44.94%
B=10.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250253600.0100.760.0160.9397.9761.37
HexFAFD3C104C13d623d
Octal372375741011417514275
Binary111110101111110111110010100110011111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>